1
0
mirror of synced 2024-11-22 12:26:02 +03:00

update mg webhook response

This commit is contained in:
Alex Lushpai 2018-06-06 12:54:40 +03:00
parent 194847c25b
commit 23f6a0500c

View File

@ -211,7 +211,7 @@ func mgWebhookHandler(w http.ResponseWriter, r *http.Request) {
}
if config.Debug {
logger.Debugf("mgWebhookHandler update %v", rsp)
logger.Debugf("mgWebhookHandler sent response %v", rsp)
}
w.WriteHeader(http.StatusOK)