summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
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');