webhook url fix
This commit is contained in:
parent
97a88566a2
commit
dae3aac6e1
@ -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,
|
||||
),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user