eidolon/config/routes

17 lines
396 B
Text
Raw Normal View History

2014-08-09 20:33:22 +02:00
/static StaticR Static getStatic
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
2014-08-18 03:45:47 +02:00
/ HomeR GET
/signup SignupR GET POST
/login LoginR GET POST
/logout LogoutR GET
2014-08-24 21:42:42 +02:00
/activate/#Text ActivateR GET POST
2014-08-18 18:08:53 +02:00
/profile/#UserId ProfileR GET
/user/#Text UserR GET
2014-08-18 03:45:47 +02:00
/upload UploadR GET POST
/newalbum NewAlbumR GET POST
2014-08-18 06:06:16 +02:00
/album/#AlbumId AlbumR GET
/medium/#MediumId MediumR GET