fix: return status ok for write
All checks were successful
Build and Push Server / build-and-push (push) Successful in 6m31s
All checks were successful
Build and Push Server / build-and-push (push) Successful in 6m31s
This commit is contained in:
@@ -87,7 +87,7 @@ func (h *Handler) post(w http.ResponseWriter, r *http.Request, target string) {
|
||||
return
|
||||
}
|
||||
|
||||
w.WriteHeader(http.StatusNoContent)
|
||||
w.WriteHeader(http.StatusOK)
|
||||
}
|
||||
|
||||
func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
Reference in New Issue
Block a user