feat(budget): first draft
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s
This commit is contained in:
@@ -54,7 +54,7 @@ func (h HandlerImpl) handlePage() http.HandlerFunc {
|
||||
// return
|
||||
// }
|
||||
|
||||
comp := Page()
|
||||
comp := page()
|
||||
h.r.RenderLayout(r, w, comp, user)
|
||||
}
|
||||
}
|
||||
@@ -113,7 +113,7 @@ func (h HandlerImpl) handlePost() http.HandlerFunc {
|
||||
|
||||
// To disable unused variable
|
||||
slog.Info("test", "item", budget)
|
||||
comp := Item()
|
||||
h.r.Render(r, w, comp)
|
||||
// comp := item()
|
||||
// h.r.Render(r, w, comp)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user