fix: logs
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user