mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
split router
This commit is contained in:
@ -65,7 +65,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
protected function mapApiRoutes()
|
||||
{
|
||||
Route::group([
|
||||
'prefix' => 'api/v1',
|
||||
'prefix' => '/api/v1',
|
||||
'middleware' => 'api',
|
||||
'namespace' => $this->namespace
|
||||
], function ($router) {
|
||||
|
Reference in New Issue
Block a user