This commit is contained in:
fabio
2026-02-19 20:32:04 +01:00
parent 3bf53e93eb
commit 3a504509a2

View File

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