fix lobby

This commit is contained in:
2025-09-03 19:56:23 +02:00
parent 36c09f61f8
commit d68ace3ff4

View File

@@ -9,7 +9,7 @@ Route::get('/', function () {
}); });
Route::get('/lobby', function () { Route::get('/lobby', function () {
return view('lobby'); return view('components.lobby');
})->middleware('auth'); })->middleware('auth');
Route::get('/dashboard', function () { Route::get('/dashboard', function () {