1
0
mirror of https://github.com/exane/not-gwent-online synced 2026-06-26 21:36:12 +03: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
+4
View File
@@ -6,6 +6,10 @@
});
get('/', function() {
if(Auth::check()) {
return redirect('/lobby');
}
return view('app')
->withSection('landing');
});