hledger/hledger-web/config/routes
2018-06-24 14:13:04 +02:00

14 lines
467 B
Plaintext

/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/static StaticR Static getStatic
/ RootR GET
/journal JournalR GET
/register RegisterR GET
/sidebar SidebarR GET
/add AddR POST
/edit EditR POST
/import ImportR POST
-- /accounts AccountsR GET
-- /api/accounts AccountsJsonR GET