summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
authorhorus2020-03-19 02:57:17 +0100
committerhorus2020-03-19 02:57:17 +0100
commit224d4d32ba3a3827f1b0131a1f1c81b660d5d8d8 (patch)
tree8fc7f2e2bb485d4b86ca71ecf024d961bc74993b /routes/web.php
parent9436a3cd81d593de15653840ce4f69cee5cb573f (diff)
downloadsenpai-224d4d32ba3a3827f1b0131a1f1c81b660d5d8d8.tar.gz
Adds landing page for specific anime + first chart.
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php1
1 files changed, 1 insertions, 0 deletions
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');