eidolon/config/routes

15 lines
338 B
Text
Raw Normal View History

2014-08-09 18:33:22 +00:00
/static StaticR Static getStatic
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
2014-08-17 20:59:55 +00:00
/ HomeR GET
/signup SignupR GET POST
/login LoginR GET POST
/logout LogoutR GET
/activate/#Text ActivateR GET
/user/#UserId ProfileR GET
/upload UploadR GET POST
/newalbum NewAlbumR GET POST
/user/#UserId/album/#AlbumId AlbumR GET