fix route for expert in profile

This commit is contained in:
2026-05-25 16:46:43 +03:30
parent 5040299efc
commit 17fbf0dcfe

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');