mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 16:32:16 +01:00
Update web.php
This commit is contained in:
parent
45a607ea33
commit
edc2f548c9
@ -99,6 +99,8 @@ Route::get('/studio/profile', [UserController::class, 'showProfile'])->name('sho
|
||||
Route::post('/studio/profile', [UserController::class, 'editProfile'])->name('editProfile');
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
//Admin route
|
||||
Route::group([
|
||||
'middleware' => 'admin',
|
||||
@ -161,6 +163,5 @@ Route::get('/updating', function (\Codedge\Updater\UpdaterManager $updater) {
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
require __DIR__.'/auth.php';
|
||||
|
Loading…
Reference in New Issue
Block a user