ad trailing slash for elopage hook

This commit is contained in:
Ulf Gebhardt 2022-01-12 08:19:43 +01:00
parent 2d81d9d7d7
commit 9cbd9139df
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -73,7 +73,7 @@ const createServer = async (context: any = serverContext): Promise<any> => {
})
// Elopage Webhook
app.post('/hook/elopage/' + CONFIG.WEBHOOK_ELOPAGE_SECRET, elopageWebhook)
app.post('/hook/elopage/' + CONFIG.WEBHOOK_ELOPAGE_SECRET + '/', elopageWebhook)
// Github Webhook
if (CONFIG.WEBHOOK_GITHUB) {
app.post(