Implement update and delete for transactions
This commit is contained in:
@ -86,6 +86,7 @@ func (h *Handler) Serve() {
|
||||
|
||||
transaction := authenticated.Group("/transaction")
|
||||
transaction.POST("/new", h.newTransaction)
|
||||
transaction.POST("/:transactionid", h.newTransaction)
|
||||
transaction.POST("/import/ynab", h.importYNAB)
|
||||
|
||||
router.Run(":1323")
|
||||
|
Reference in New Issue
Block a user