mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 09:46:29 +00:00
fix url
This commit is contained in:
parent
4e428c2e41
commit
1e7858bf06
@ -77,8 +77,8 @@ class RestAPI(CoreSysAttributes):
|
|||||||
api_hardware.coresys = self.coresys
|
api_hardware.coresys = self.coresys
|
||||||
|
|
||||||
self.webapp.add_routes([
|
self.webapp.add_routes([
|
||||||
web.get('/network/info', api_hardware.info),
|
web.get('/hardware/info', api_hardware.info),
|
||||||
web.get('/network/audio', api_hardware.audio),
|
web.get('/hardware/audio', api_hardware.audio),
|
||||||
])
|
])
|
||||||
|
|
||||||
def _register_supervisor(self):
|
def _register_supervisor(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user