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

10 lines
361 B
Plaintext

/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/static StaticR Static getStatic
/ RootR GET
/journal JournalR GET
/register RegisterR GET
/add AddR GET POST
/edit EditR GET POST
/import ImportR GET POST