mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-18 11:12:10 +02:00
Fix typo in response header name (#693)
This commit is contained in:
parent
dbd19649a6
commit
8f062a43ee
@ -14,7 +14,7 @@ var landingTmpl = []byte(`
|
||||
`)
|
||||
|
||||
func handleLanding(reqID string, rw http.ResponseWriter, r *http.Request) {
|
||||
rw.Header().Set("Content-Tyle", "text/html")
|
||||
rw.Header().Set("Content-Type", "text/html")
|
||||
rw.WriteHeader(200)
|
||||
rw.Write(landingTmpl)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user