25 lines
971 B
Plaintext
25 lines
971 B
Plaintext
/favicon.ico FaviconR GET
|
|
/robots.txt RobotsR GET
|
|
/static StaticR Static getStatic
|
|
/document DocumentR Static getDocument
|
|
|
|
/openapi.json OpenApiR GET
|
|
|
|
/ RootR GET
|
|
/journal JournalR GET
|
|
/register RegisterR GET
|
|
/add AddR GET POST PUT
|
|
|
|
/manage ManageR GET
|
|
/edit/#FilePath EditR GET POST
|
|
/upload/#FilePath UploadR GET POST
|
|
/download/#FilePath DownloadR GET
|
|
|
|
/version VersionR GET
|
|
/accountnames AccountnamesR GET
|
|
/transactions TransactionsR GET
|
|
/prices PricesR GET
|
|
/commodities CommoditiesR GET
|
|
/accounts AccountsR GET
|
|
/accounttransactions/#AccountName AccounttransactionsR GET
|