mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update themes and routes
This commit is contained in:
+1
-13
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user