From 04e5136a9ee8c38fb2399fa5f00ff02f6f4d7c16 Mon Sep 17 00:00:00 2001 From: horus Date: Wed, 16 Sep 2020 11:22:13 +0200 Subject: bug fix in routes/web.php --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index b65ab52..f6c086d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -13,7 +13,7 @@ #Route::get('/', 'IndexController@showPage'); Route::get('/', function(){ - return redirect()->route('anime_index'); }); + return redirect()->route('airing_anime'); }); Route::get('/ical/{username}', 'IndexController@ical'); Route::get('/create/user/{param}', 'IndexController@createUser'); Route::get('/save', 'IndexController@saveWatchingAnime'); -- cgit v1.2.3