We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a14b99 commit 0a84f59Copy full SHA for 0a84f59
routers/kitspace.go
@@ -50,6 +50,8 @@ func Kitspace(ctx *context.Context, sess session.Store, x csrf.CSRF) (int, []byt
50
panic(err)
51
}
52
53
+ ctx.Resp.Header().Set("Content-Type", resp.Header.Get("Content-Type"))
54
+
55
defer resp.Body.Close()
56
body, err := ioutil.ReadAll(resp.Body)
57
if err != nil {
0 commit comments