Compare commits
1 Commits
feature/Fi
...
feature/Fi
| Author | SHA1 | Date | |
|---|---|---|---|
| 17fbf0dcfe |
@@ -77,7 +77,7 @@ Route::prefix('expert')
|
|||||||
|
|
||||||
Route::prefix('profile')
|
Route::prefix('profile')
|
||||||
->name('profile.')
|
->name('profile.')
|
||||||
->middleware('auth')
|
->middleware('auth:expert')
|
||||||
->controller(ProfileController::class)
|
->controller(ProfileController::class)
|
||||||
->group(function () {
|
->group(function () {
|
||||||
Route::get('info', 'info')->name('info');
|
Route::get('info', 'info')->name('info');
|
||||||
|
|||||||
Reference in New Issue
Block a user