Update web.php
This commit is contained in:
parent
70b361ecca
commit
2addd99e8b
|
@ -42,7 +42,6 @@ Route::get('/studio/profile', [UserController::class, 'showProfile'])->name('sho
|
|||
Route::post('/studio/profile', [UserController::class, 'editProfile'])->name('editProfile');
|
||||
});
|
||||
|
||||
//test
|
||||
//Admin route
|
||||
Route::group([
|
||||
'middleware' => 'admin',
|
||||
|
|
Loading…
Reference in New Issue