dont always 200 on template render

This commit is contained in:
Elizabeth 2024-04-03 15:59:12 -06:00
parent 47cc8feefa
commit 8c7d9b3762
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ func TemplateContinuation(path string, showBase bool) Continuation {
return failure(context, req, resp)
}
resp.WriteHeader(200)
resp.Header().Set("Content-Type", "text/html")
resp.Write(html.Bytes())
return success(context, req, resp)