1
0
mirror of synced 2024-11-22 04:26:01 +03:00

webhook url fix

This commit is contained in:
Ilyas Salikhov 2018-06-01 19:54:25 +03:00
parent 97a88566a2
commit dae3aac6e1

View File

@ -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,
),
},