fix: logs

This commit is contained in:
2025-05-08 09:44:44 +01:00
parent a9ab92b7b3
commit 9a7654ae2d

View File

@ -80,6 +80,8 @@ func createLogHandler(logWriter *DatabaseWriter) func(r chi.Router) {
return
}
w.Header().Add("Content-Type", "text/html")
html := ""
imageTag := fmt.Sprintf(`<image src="http://localhost:3040/image/%s">`, stringImageId)