From dae3aac6e190144d819a01b5c711d0a922c082f9 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Fri, 1 Jun 2018 19:54:25 +0300 Subject: [PATCH] webhook url fix --- routing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.go b/routing.go index 6926a21..6607831 100644 --- a/routing.go +++ b/routing.go @@ -429,7 +429,7 @@ func createHandler(w http.ResponseWriter, r *http.Request) { Integrations: &v5.Integrations{ MgTransport: &v5.MgTransport{ WebhookUrl: fmt.Sprintf( - "https://%s/webhook", + "https://%s/webhook/", config.HTTPServer.Host, ), },