fix lobby
This commit is contained in:
@@ -9,7 +9,7 @@ Route::get('/', function () {
|
||||
});
|
||||
|
||||
Route::get('/lobby', function () {
|
||||
return view('lobby');
|
||||
return view('components.lobby');
|
||||
})->middleware('auth');
|
||||
|
||||
Route::get('/dashboard', function () {
|
||||
|
||||
Reference in New Issue
Block a user