Google API Progress
This commit is contained in:
@@ -21,7 +21,8 @@ $router->any('/rooms', 'Rooms');
|
||||
$router->post('/api/devices', 'DevicesApi@getAllDevices');
|
||||
$router->post('/api/login', 'AuthApi@login');
|
||||
|
||||
$router->post('/api/HA', 'GoogleHome@response');
|
||||
$router->get('/api/HA/auth', 'GoogleHomeApi@autorize');
|
||||
$router->post('/api/HA', 'GoogleHomeApi@response');
|
||||
|
||||
// examples
|
||||
$router->any('/api/example', 'ExampleApi@example');
|
||||
|
Reference in New Issue
Block a user