Fix options

This commit is contained in:
Pascal Vizeli 2018-04-12 22:39:26 +02:00
parent b95ab3e95a
commit 4e428c2e41

View File

@ -58,7 +58,6 @@ class RestAPI(CoreSysAttributes):
web.post('/host/reboot', api_host.reboot),
web.post('/host/shutdown', api_host.shutdown),
web.post('/host/update', api_host.update),
web.post('/host/options', api_host.options),
web.post('/host/reload', api_host.reload),
])