22 lines
		
	
	
		
			881 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			881 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 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
 |