WIP PWA support
This commit is contained in:
parent
c925ca2a41
commit
cba59e66c7
11 changed files with 84 additions and 10 deletions
|
|
@ -57,6 +57,7 @@ $router->mount('/settings', function () use ($router) {
|
|||
$router->get('/', 'SettingsController@index');
|
||||
$router->post('/general', 'SettingsController@general');
|
||||
$router->post('/api', 'SettingsController@api');
|
||||
$router->post('/misc', 'SettingsController@misc');
|
||||
});
|
||||
|
||||
$router->get('/discover', 'DiscoverController@get');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue