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{
|
Integrations: &v5.Integrations{
|
||||||
MgTransport: &v5.MgTransport{
|
MgTransport: &v5.MgTransport{
|
||||||
WebhookUrl: fmt.Sprintf(
|
WebhookUrl: fmt.Sprintf(
|
||||||
"https://%s/webhook",
|
"https://%s/webhook/",
|
||||||
config.HTTPServer.Host,
|
config.HTTPServer.Host,
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user