Compare commits
1 Commits
fetaure/pa
...
feature/Fi
| Author | SHA1 | Date | |
|---|---|---|---|
| 17fbf0dcfe |
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user