fix: logs
This commit is contained in:
@ -80,6 +80,8 @@ func createLogHandler(logWriter *DatabaseWriter) func(r chi.Router) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
w.Header().Add("Content-Type", "text/html")
|
||||||
|
|
||||||
html := ""
|
html := ""
|
||||||
|
|
||||||
imageTag := fmt.Sprintf(`<image src="http://localhost:3040/image/%s">`, stringImageId)
|
imageTag := fmt.Sprintf(`<image src="http://localhost:3040/image/%s">`, stringImageId)
|
||||||
|
Reference in New Issue
Block a user