mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +00:00
Fix log bug
This commit is contained in:
parent
92d5b14cf5
commit
b692b19a4d
@ -80,10 +80,10 @@ class RestAPI(CoreSysAttributes):
|
||||
web.get('/supervisor/ping', api_supervisor.ping),
|
||||
web.get('/supervisor/info', api_supervisor.info),
|
||||
web.get('/supervisor/stats', api_supervisor.stats),
|
||||
web.get('/supervisor/logs', api_supervisor.logs),
|
||||
web.post('/supervisor/update', api_supervisor.update),
|
||||
web.post('/supervisor/reload', api_supervisor.reload),
|
||||
web.post('/supervisor/options', api_supervisor.options),
|
||||
|
||||
])
|
||||
|
||||
def _register_homeassistant(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user