mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 02:26:30 +00:00
Fix options
This commit is contained in:
parent
b95ab3e95a
commit
4e428c2e41
@ -58,7 +58,6 @@ class RestAPI(CoreSysAttributes):
|
|||||||
web.post('/host/reboot', api_host.reboot),
|
web.post('/host/reboot', api_host.reboot),
|
||||||
web.post('/host/shutdown', api_host.shutdown),
|
web.post('/host/shutdown', api_host.shutdown),
|
||||||
web.post('/host/update', api_host.update),
|
web.post('/host/update', api_host.update),
|
||||||
web.post('/host/options', api_host.options),
|
|
||||||
web.post('/host/reload', api_host.reload),
|
web.post('/host/reload', api_host.reload),
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user