#73 copy sign in form from other branch and some renaming
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"me-fit/templates"
|
||||
"me-fit/template"
|
||||
"me-fit/utils"
|
||||
|
||||
"database/sql"
|
||||
@@ -23,9 +23,9 @@ var (
|
||||
)
|
||||
)
|
||||
|
||||
func App(w http.ResponseWriter, r *http.Request) {
|
||||
comp := templates.App()
|
||||
layout := templates.Layout(comp)
|
||||
func WorkoutPage(w http.ResponseWriter, r *http.Request) {
|
||||
comp := template.App()
|
||||
layout := template.Layout(comp)
|
||||
layout.Render(r.Context(), w)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user