installed logger

This commit is contained in:
2026-01-11 16:54:50 -07:00
parent eed88b0764
commit 9de51c3925
12 changed files with 116 additions and 42 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func Write(w http.ResponseWriter, r *http.Request, res Response) {
return
}
if status, ok := res.getStatus(); ok {
if status, ok := res.GetStatus(); ok {
w.WriteHeader(status)
}
if bodySet {