Update web.php
This commit is contained in:
parent
a4f9fb0e22
commit
70b361ecca
|
@ -42,7 +42,7 @@ 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