#109 move last url to new layout*A
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m6s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m6s
This commit is contained in:
@@ -27,7 +27,6 @@ func App(w http.ResponseWriter, r *http.Request) {
|
||||
comp := templates.App()
|
||||
layout := templates.Layout(comp)
|
||||
layout.Render(r.Context(), w)
|
||||
w.WriteHeader(http.StatusOK)
|
||||
}
|
||||
|
||||
func NewWorkout(db *sql.DB) http.HandlerFunc {
|
||||
|
||||
Reference in New Issue
Block a user