mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
ad trailing slash for elopage hook
This commit is contained in:
parent
2d81d9d7d7
commit
9cbd9139df
@ -73,7 +73,7 @@ const createServer = async (context: any = serverContext): Promise<any> => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// Elopage Webhook
|
// Elopage Webhook
|
||||||
app.post('/hook/elopage/' + CONFIG.WEBHOOK_ELOPAGE_SECRET, elopageWebhook)
|
app.post('/hook/elopage/' + CONFIG.WEBHOOK_ELOPAGE_SECRET + '/', elopageWebhook)
|
||||||
// Github Webhook
|
// Github Webhook
|
||||||
if (CONFIG.WEBHOOK_GITHUB) {
|
if (CONFIG.WEBHOOK_GITHUB) {
|
||||||
app.post(
|
app.post(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user