neat/config/routes

11 lines
214 B
Plaintext
Raw Normal View History

2015-03-11 00:13:42 +01:00
/static StaticR Static appStatic
/auth AuthR Auth getAuth
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/ HomeR GET POST
2015-04-26 22:18:24 +02:00
/wallet WalletR GET
-- /register RegisterR GET POST
/settings SettingsR GET POST