fix lobby foreal?
This commit is contained in:
@@ -23,7 +23,3 @@ Route::middleware('auth')->group(function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
require __DIR__.'/auth.php';
|
require __DIR__.'/auth.php';
|
||||||
|
|
||||||
Route::get('/lobby', function () {
|
|
||||||
return view('lobby');
|
|
||||||
})->middleware('auth');
|
|
||||||
Reference in New Issue
Block a user