Skip to content

Commit f189551

Browse files
committed
refactor: Remove v1 api endpoints
1 parent c8613fb commit f189551

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/Providers/RouteServiceProvider.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public function map(): void
6464
*/
6565
protected function mapApiRoutes(): void
6666
{
67-
Route::namespace($this->namespace.'\Api\V1')
68-
->prefix('api/')
69-
->middleware(['api'])
70-
->group(base_path('routes/api/api_v1.php'));
67+
// Route::namespace($this->namespace.'\Api\V1')
68+
// ->prefix('api/')
69+
// ->middleware(['api'])
70+
// ->group(base_path('routes/api/api_v1.php'));
7171

7272
Route::middleware('api.v2')
7373
->name('api.v2.')

0 commit comments

Comments
 (0)