Use input variables.

This commit is contained in:
Michael Lehmann
2025-02-18 23:00:14 +01:00
parent 5399bc9a8a
commit 977475806c
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ func main() {
return
}
//gin.SetMode(gin.ReleaseMode)
gin.SetMode(gin.ReleaseMode)
r := gin.Default()
r.LoadHTMLGlob("templates/*")