Force legacy mode, instance level and user level

This commit is contained in:
Pablo Ferreiro 2022-03-11 20:50:11 +01:00
parent db3799c344
commit 73dd93420f
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
9 changed files with 40 additions and 12 deletions

View file

@ -41,6 +41,7 @@ $router->get('/music/([^/]+)', 'MusicController@get');
$router->mount('/settings', function () use ($router) {
$router->get('/', 'SettingsController@index');
$router->post('/proxy', 'SettingsController@proxy');
$router->post('/api', 'SettingsController@api');
});
$router->get('/discover', 'DiscoverController@get');