This commit is contained in:
2
main.go
2
main.go
@@ -65,7 +65,7 @@ func staticFileServer(content embed.FS) gin.HandlerFunc {
|
||||
|
||||
// parse the file and perform text replacements as necessary
|
||||
for key, element := range replacements {
|
||||
log.Printf("Searching for '%s' to replace\n", key)
|
||||
//log.Printf("Searching for '%s' to replace\n", key)
|
||||
data = bytes.Replace(data, []byte(key), []byte(element), -1)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user