add path to silvemobi.html in parcourmob/config.yaml + add path and state in renderer/silvermobi.go

This commit is contained in:
2024-04-24 12:18:05 +02:00
parent bfc39c22f7
commit cc27f9ef1d
3 changed files with 20 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ import (
)
func (h *ApplicationHandler) SilvermobiBookingList(w http.ResponseWriter, r *http.Request) {
func (h *ApplicationHandler) SilvermobiBookingList(w http.ResponseWriter, r *http.Request ) {
h.Renderer.SilvermobiBookingList(w, r)
fmt.Println("SilverBookingR")
}