Force legacy mode, instance level and user level
This commit is contained in:
parent
db3799c344
commit
73dd93420f
9 changed files with 40 additions and 12 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue