create profile api's with tests

This commit is contained in:
2024-08-20 08:04:33 +00:00
committed by Hamidreza Ranjbarpour
parent f1626a9d67
commit c710183aa9
18 changed files with 979 additions and 83 deletions

View File

@@ -69,8 +69,8 @@ class RouteServiceProvider extends ServiceProvider
->group(base_path('routes/v2.php'));
Route::prefix('api/v3')
->name('v3')
->middleware('web', 'auth', 'confirmUser')
->name('v3.')
->middleware(['web', 'auth', 'confirmUser'])
->namespace($this->namespace)
->group(base_path('routes/v3.php'));
Route::prefix('api')