summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/web.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/web.php b/routes/web.php
index 79ec91b..95afe86 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -20,3 +20,4 @@ Route::get('/test/getcal/{username}', 'TestController@getCalendar');
Route::get('/test/setcal/{username}', 'TestController@setCalendar');
Route::get('/api/anime/{mal_id}', 'ApiController@getAnime');
Route::get('/anime/{mal_id}', 'AnimeController@showAnime');
+Route::get('/anime/', 'AnimeController@showAllAnime');