We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8613fb commit f189551Copy full SHA for f189551
app/Providers/RouteServiceProvider.php
@@ -64,10 +64,10 @@ public function map(): void
64
*/
65
protected function mapApiRoutes(): void
66
{
67
- Route::namespace($this->namespace.'\Api\V1')
68
- ->prefix('api/')
69
- ->middleware(['api'])
70
- ->group(base_path('routes/api/api_v1.php'));
+// Route::namespace($this->namespace.'\Api\V1')
+// ->prefix('api/')
+// ->middleware(['api'])
+// ->group(base_path('routes/api/api_v1.php'));
71
72
Route::middleware('api.v2')
73
->name('api.v2.')
0 commit comments