neat/config/routes

13 lines
275 B
Plaintext
Raw Normal View History

2015-03-10 23:13:42 +00:00
/static StaticR Static appStatic
/auth AuthR Auth getAuth
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET POST
2015-04-26 20:18:24 +00:00
/wallet WalletR GET
/wallet/#Int64/#Int64 WalletDetailsR GET
-- /register RegisterR GET POST
/settings SettingsR GET POST
/update UpdateR GET