We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0063d9 commit ceebdfbCopy full SHA for ceebdfb
src/server.js
@@ -58,7 +58,7 @@ class CoCreateLazyLoader {
58
}
59
60
if (valideUrl.pathname.startsWith('/webhooks/')) {
61
- let name = req.url.split('/')[2]; // Assuming URL structure is /webhook/name/...
+ let name = req.url.split('/')[2]; // Assuming URL structure is /webhooks/name/...
62
if (this.modules[name]) {
63
this.executeScriptWithTimeout(name, { req, res, host: hostname, organization, valideUrl, organization_id: organization._id })
64
} else {
0 commit comments