mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-21 05:37:36 +02: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');
|
Route::post('/studio/profile', [UserController::class, 'editProfile'])->name('editProfile');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
//Admin route
|
//Admin route
|
||||||
Route::group([
|
Route::group([
|
||||||
'middleware' => 'admin',
|
'middleware' => 'admin',
|
||||||
@ -161,6 +163,5 @@ Route::get('/updating', function (\Codedge\Updater\UpdaterManager $updater) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
require __DIR__.'/auth.php';
|
require __DIR__.'/auth.php';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user