1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-10-09 07:39:08 +00:00

rewrite app view

This commit is contained in:
devfake
2015-06-22 12:16:40 +02:00
parent 3bc8290ab8
commit be39679690
4 changed files with 13 additions and 13 deletions

View File

@@ -6,6 +6,10 @@
});
get('/', function() {
if(Auth::check()) {
return redirect('/lobby');
}
return view('app')
->withSection('landing');
});