Cleanup unused backend code and routes
This commit is contained in:
@ -49,9 +49,7 @@ func (h *Handler) Serve() {
|
||||
withBudget := router.Group("")
|
||||
withBudget.Use(h.verifyLoginWithForbidden)
|
||||
withBudget.GET("/budget/:budgetid/:year/:month", h.budgeting)
|
||||
withBudget.GET("/budget/:budgetid/all-accounts", h.allAccounts)
|
||||
withBudget.GET("/budget/:budgetid/settings/clean-negative", h.cleanNegativeBudget)
|
||||
withBudget.GET("/budget/:budgetid/transaction/:transactionid", h.transaction)
|
||||
|
||||
api := router.Group("/api/v1")
|
||||
|
||||
|
Reference in New Issue
Block a user