summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorhorus2020-03-05 16:02:10 +0100
committerhorus2020-03-05 16:02:10 +0100
commit5dda561d73c9a5698386d643d56a142aa4bbdeec (patch)
tree55afe2db98d0fa15fc845cc3da3afe6b517bbd3d /routes
parent420e44e0fe4623a439e26dfd0526ee5ef606a170 (diff)
downloadsenpai-5dda561d73c9a5698386d643d56a142aa4bbdeec.tar.gz
Committing intermediate state.
Diffstat (limited to 'routes')
-rw-r--r--routes/web.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/routes/web.php b/routes/web.php
index ebf4494..7c5a948 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -14,3 +14,7 @@
Route::get('/', 'IndexController@showPage');
Route::get('/ical/{username}', 'IndexController@ical');
Route::get('/test/{param?}', 'IndexController@test');
+Route::get('/create/user/{param}', 'IndexController@createUser');
+Route::get('/save', 'IndexController@saveWatchingAnime');
+Route::get('/test/getcal/{username}', 'TestController@getCalendar');
+Route::get('/test/setcal/{username}', 'TestController@setCalendar');