uptime kuma changed api group...

This commit is contained in:
Julian Graf 2023-07-31 20:11:30 +02:00
parent 8f5e717f9f
commit 5af06b63a9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ func (r *Router) Init(e *gin.Engine) error {
sendAPI.POST("/send", r.Wrap(r.messageHandler.SendMessage))
sendAPI.POST("/send.php", r.Wrap(r.messageHandler.SendMessageCompat))
apiv2.POST("/webhook/uptime-kuma", r.Wrap(r.messageHandler.UptimeKumaWebHook))
sendAPI.POST("/webhook/uptime-kuma", r.Wrap(r.messageHandler.UptimeKumaWebHook))
}