Compare commits

..

1 Commits

Author SHA1 Message Date
fabio
3a504509a2 boo 2026-02-19 20:32:04 +01:00

View File

@@ -88,7 +88,7 @@ func main() {
app.Get("/forgot-password", h.forgotPasswordPage) app.Get("/forgot-password", h.forgotPasswordPage)
app.Get("/welcome", h.welcomePage) app.Get("/welcome", h.welcomePage)
log.Fatal(app.Listen(":6082")) log.Fatal(app.Listen(":6082$"))
} }
func buildAssetVersion(paths ...string) string { func buildAssetVersion(paths ...string) string {