Compare commits

...

1 Commits

Author SHA1 Message Date
17fbf0dcfe fix route for expert in profile 2026-05-25 16:46:43 +03:30

View File

@@ -77,7 +77,7 @@ Route::prefix('expert')
Route::prefix('profile')
->name('profile.')
->middleware('auth')
->middleware('auth:expert')
->controller(ProfileController::class)
->group(function () {
Route::get('info', 'info')->name('info');