Disable bulb controls when no bulbs selected

This commit is contained in:
2023-11-05 12:49:22 +01:00
parent ac306eece4
commit 548e7d3240
7 changed files with 55 additions and 16 deletions

View File

@ -7,7 +7,7 @@ wasm_bindgen = "0.2.87"
[[proxy]]
# This WebSocket proxy example has a backend and ws field. This example will listen for
# WebSocket connections at `/api/ws` and proxy them to `ws://localhost:9000/api/ws`.
backend = "ws://localhost:8000/api/ws"
backend = "ws://127.0.0.1:8000/api/ws"
ws = true
#[[proxy]]