mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update app.php
This commit is contained in:
parent
4457e294bf
commit
f6eb41c6e0
@ -152,7 +152,7 @@ $commonMiddleware = [
|
||||
|
||||
$app->router->group(
|
||||
[
|
||||
'prefix' => 'v4-alpha',
|
||||
'prefix' => 'v4',
|
||||
'namespace' => env('SOURCE') === 'local' ? 'App\Http\Controllers\V4DB' : 'App\Http\Controllers\V4',
|
||||
'middleware' => $commonMiddleware
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user