webhook url fix
This commit is contained in:
parent
97a88566a2
commit
dae3aac6e1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue