23 lines
617 B
Plaintext
23 lines
617 B
Plaintext
/static StaticR Static appStatic
|
|
/auth AuthR Auth getAuth
|
|
|
|
/favicon.ico FaviconR GET
|
|
/robots.txt RobotsR GET
|
|
|
|
/ HomeR GET POST
|
|
/wallet WalletR GET
|
|
/wallet/#Int64/#Int64 WalletDetailsR GET
|
|
-- /register RegisterR GET POST
|
|
/settings SettingsR GET POST
|
|
/update UpdateR GET
|
|
/stock StockR GET
|
|
/analysis/items ProfitItemsR GET
|
|
/analysis/items/#Int64 ProfitItemsDetailsR GET
|
|
/orders OrdersR GET
|
|
/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
|