Remove clean-negative

This commit is contained in:
2022-04-06 19:51:12 +00:00
committed by Gitea
parent a1ec7e9997
commit e7af03b702
3 changed files with 0 additions and 65 deletions

View File

@ -72,7 +72,6 @@ func (h *Handler) LoadRoutes(router *gin.Engine) {
budget.POST("/:budgetid/export/ynab/transactions", h.exportYNABTransactions)
budget.POST("/:budgetid/export/ynab/assignments", h.exportYNABAssignments)
budget.POST("/:budgetid/settings/clear", h.clearBudget)
budget.POST("/:budgetid/settings/clean-negative", h.cleanNegativeBudget)
transaction := authenticated.Group("/transaction")
transaction.POST("/new", h.newTransaction)