feature: main page - code be
This commit is contained in:
+1
-4
@@ -38,10 +38,7 @@ Route::middleware('auth')->group(function () {
|
||||
Route::post('/logout', [AuthController::class, 'logout'])->name('logout');
|
||||
|
||||
Route::middleware('force_change_password')->group(function () {
|
||||
|
||||
|
||||
|
||||
Route::middleware('member')->group(function () {
|
||||
Route::middleware('member')->group(function () {
|
||||
Route::get('/my-page', [UserController::class, 'index'])->name('user.dashboard');
|
||||
|
||||
// Coming soon routes for new tabs
|
||||
|
||||
Reference in New Issue
Block a user