Spotify #2
This commit is contained in:
@@ -52,4 +52,7 @@ $router->any('/api/example', 'ExampleApi@example');
|
||||
$router->any('/example', 'ExampleController@index');
|
||||
$router->any('/example/subpage', 'ExampleController@subpage');
|
||||
|
||||
//module routes
|
||||
//$router->any('/plugins/spotify/callback', 'Spotify@callback');
|
||||
|
||||
$router->run($_SERVER['REQUEST_METHOD'], '/'.(isset($_GET['url']) ? $_GET['url'] : ''));
|
||||
|
Reference in New Issue
Block a user