mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-30 17:02:04 +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