mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update web.v4.php
This commit is contained in:
parent
b62c2a120b
commit
7599791698
@ -376,9 +376,6 @@ $router->group(
|
||||
'prefix' => 'clubs'
|
||||
],
|
||||
function () use ($router) {
|
||||
$router->get('/', [
|
||||
'uses' => 'ClubController@clubs'
|
||||
]);
|
||||
|
||||
$router->get('/{id:[0-9]+}', [
|
||||
'uses' => 'ClubController@main'
|
||||
|
Loading…
x
Reference in New Issue
Block a user