Add accounts
This commit is contained in:
@ -51,6 +51,7 @@ func (h *Handler) Serve() {
|
||||
authenticatedFrontend.Use(h.verifyLoginWithRedirect)
|
||||
authenticatedFrontend.GET("/dashboard", h.dashboard)
|
||||
authenticatedFrontend.GET("/budget/:budgetid", h.budget)
|
||||
authenticatedFrontend.GET("/budget/:budgetid/accounts", h.accounts)
|
||||
}
|
||||
api := router.Group("/api/v1")
|
||||
{
|
||||
|
Reference in New Issue
Block a user