1
0
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:
devfake
2015-06-22 12:16:40 +02:00
parent 3bc8290ab8
commit be39679690
4 changed files with 13 additions and 13 deletions
site
client
app
components
views
views
server
app

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