Disable bulb controls when no bulbs selected
This commit is contained in:
@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user