mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 14:26:58 +00:00
next
This commit is contained in:
parent
f18169fdc2
commit
a107ce0a05
3 changed files with 29 additions and 17 deletions
|
@ -17,6 +17,7 @@ func New(w http.ResponseWriter, r *http.Request) *Context {
|
|||
return &Context{
|
||||
RespWriter: w,
|
||||
Req: r,
|
||||
StatusCode: http.StatusOK,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue