This commit is contained in:
Pascal Vizeli 2018-04-12 23:00:42 +02:00
parent 4e428c2e41
commit 1e7858bf06

View File

@ -77,8 +77,8 @@ class RestAPI(CoreSysAttributes):
api_hardware.coresys = self.coresys
self.webapp.add_routes([
web.get('/network/info', api_hardware.info),
web.get('/network/audio', api_hardware.audio),
web.get('/hardware/info', api_hardware.info),
web.get('/hardware/audio', api_hardware.audio),
])
def _register_supervisor(self):