Finalize account view
This commit is contained in:
@@ -63,5 +63,5 @@ func (h *Handler) account(c *gin.Context) {
|
||||
Transactions: transactions,
|
||||
}
|
||||
|
||||
c.HTML(http.StatusOK, "budget.html", d)
|
||||
c.HTML(http.StatusOK, "account.html", d)
|
||||
}
|
||||
|
@@ -52,7 +52,7 @@ func (h *Handler) Serve() {
|
||||
authenticatedFrontend.GET("/dashboard", h.dashboard)
|
||||
authenticatedFrontend.GET("/budget/:budgetid", h.budget)
|
||||
authenticatedFrontend.GET("/budget/:budgetid/accounts", h.accounts)
|
||||
authenticatedFrontend.GET("/account/:accountid", h.budget)
|
||||
authenticatedFrontend.GET("/account/:accountid", h.account)
|
||||
authenticatedFrontend.GET("/admin", h.admin)
|
||||
authenticatedFrontend.GET("/admin/clear-database", h.clearDatabase)
|
||||
}
|
||||
|
Reference in New Issue
Block a user