summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/web.php2
1 files changed, 1 insertions, 1 deletions
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');