Update themes and routes

This commit is contained in:
DariusIII
2018-04-04 12:13:46 +02:00
parent 0f260b27c2
commit f78076b257
9 changed files with 302 additions and 305 deletions
+1 -13
View File
@@ -11,19 +11,7 @@
|
*/
Route::get('/', function () {
return view('themes.Gentele.basepage');
});
/*
|
| We need to allow the post route to '/'
| as admin area needs the permission
|
*/
Route::post('/', function () {
redirect('/');
})->middleware('auth');
Route::get('/', 'BasePageController@index');
Auth::routes();