Remove dashboard API

This commit is contained in:
2022-04-06 19:51:20 +00:00
committed by Gitea
parent e7af03b702
commit 585951d5e2
2 changed files with 0 additions and 26 deletions

View File

@ -54,7 +54,6 @@ func (h *Handler) LoadRoutes(router *gin.Engine) {
authenticated := api.Group("")
authenticated.Use(h.verifyLoginWithForbidden)
authenticated.GET("/dashboard", h.dashboard)
authenticated.GET("/account/:accountid/transactions", h.transactionsForAccount)
authenticated.POST("/account/:accountid/reconcile", h.reconcileTransactions)
authenticated.POST("/account/:accountid", h.editAccount)