This commit is contained in:
6543 2022-11-11 06:16:56 +01:00
parent f18169fdc2
commit a107ce0a05
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862
3 changed files with 29 additions and 17 deletions

View file

@ -17,6 +17,7 @@ func New(w http.ResponseWriter, r *http.Request) *Context {
return &Context{
RespWriter: w,
Req: r,
StatusCode: http.StatusOK,
}
}