Added more routes.

This commit is contained in:
2020-06-15 08:59:15 +02:00
parent 2f0ec75278
commit 07405d575d
7 changed files with 92 additions and 17 deletions
@@ -72,7 +72,7 @@ class RouteServiceProvider extends ServiceProvider
*/
protected function mapApiRoutes()
{
Route::prefix('api')
Route::prefix('api/v1')
->middleware('api')
->namespace($this->namespace)
->group(base_path('routes/api.php'));