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.
__kitspace
1 parent 8184372 commit d1342b3Copy full SHA for d1342b3
routers/web/kitspace.go
@@ -60,6 +60,6 @@ func Kitspace(ctx *context.Context) {
60
panic(err)
61
}
62
63
- ctx.Resp.Write(body)
64
ctx.Resp.WriteHeader(resp.StatusCode)
+ ctx.Resp.Write(body)
65
0 commit comments