From 224d4d32ba3a3827f1b0131a1f1c81b660d5d8d8 Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 19 Mar 2020 02:57:17 +0100 Subject: Adds landing page for specific anime + first chart. --- routes/web.php | 1 + 1 file changed, 1 insertion(+) (limited to 'routes/web.php') diff --git a/routes/web.php b/routes/web.php index cd25f4f..79ec91b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -19,3 +19,4 @@ Route::get('/save', 'IndexController@saveWatchingAnime'); 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'); -- cgit v1.2.3