neat/config/routes

23 lines
617 B
Plaintext
Raw Permalink 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
2015-08-07 00:26:16 +00:00
/stock StockR GET
2015-08-20 16:42:53 +00:00
/analysis/items ProfitItemsR GET
2015-08-22 22:22:27 +00:00
/analysis/items/#Int64 ProfitItemsDetailsR GET
/orders OrdersR GET
2015-09-18 17:06:17 +00:00
/orders/lost LostOrdersR GET
/orders/lost/#Int LostOrdersDaysR GET
/history/#Int64 ItemR GET
/history/#Int64/#Int ItemPagedR GET
/transactions/problematic ProblematicR GET
/transactions/problematic/#Int ProblematicDaysR GET