mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-24 00:32:33 +01:00
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
Block a user