fix: return created status code for heartbeats (resolve #43)

This commit is contained in:
Ferdinand Mütsch 2020-08-19 23:17:34 +02:00
parent f86eb7668d
commit 7818f6b094
2 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,5 @@ func (h *HeartbeatHandler) ApiPost(w http.ResponseWriter, r *http.Request) {
return
}
w.WriteHeader(http.StatusOK)
w.WriteHeader(http.StatusCreated)
}

View File

@ -1 +1 @@
1.7.1
1.7.2