AHHHHHHHHHH finish SUCCESSSSS

This commit is contained in:
Julian Graf 2023-08-01 20:00:16 +02:00
parent 41bf6c06ae
commit faca4d5449
1 changed files with 1 additions and 1 deletions

View File

@ -393,5 +393,5 @@ func (h MessageHandler) UptimeKumaWebHook(g *gin.Context) ginresp.HTTPResponse {
if errResp != nil {
return *errResp
}
return ginresp.JSON(http.StatusOK, okResp)
return ctx.FinishSuccess(ginresp.JSON(http.StatusOK, okResp))
}