This commit is contained in:
parent
91bb852a76
commit
0f5f0be61d
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ export class GBMinService {
|
|||
this.createCheckHealthAddress(GBServer.globals.server, min, min.instance);
|
||||
|
||||
if (process.env.WHATSAPP_ENABLED) {
|
||||
GBServer.globals.server.post(
|
||||
GBServer.globals.server.all(
|
||||
`/${min.instance.botId}/whatsapp`,
|
||||
(async (req, res) => {
|
||||
const challenge = (min.core['getParam'] as any)(min.instance, `Meta Challenge`, null, true);
|
||||
|
|
Loading…
Add table
Reference in a new issue