mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
cfbd8bb956
Build with latest yesod. Also reorganise to conform more closely with yesod's standard scaffold layout to reduce upgrade effort.
11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
/static StaticR Static getStatic
|
|
-- /favicon.ico FaviconR GET
|
|
/robots.txt RobotsR GET
|
|
/ RootR GET
|
|
/journal JournalR GET POST
|
|
/journal/entries JournalEntriesR GET POST
|
|
/journal/edit JournalEditR GET POST
|
|
/register RegisterR GET POST
|
|
-- /accounts AccountsR GET
|
|
-- /api/accounts AccountsJsonR GET
|