mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-13 13:07:32 +00:00
rewrite app view
This commit is contained in:
site
@@ -6,6 +6,10 @@
|
||||
});
|
||||
|
||||
get('/', function() {
|
||||
if(Auth::check()) {
|
||||
return redirect('/lobby');
|
||||
}
|
||||
|
||||
return view('app')
|
||||
->withSection('landing');
|
||||
});
|
Reference in New Issue
Block a user