new(whatsapp.gblib): New WhatsApp provider: Meta.
This commit is contained in:
parent
307d5fc405
commit
6b73c48e28
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ export class GBMinService {
|
|||
const val = req.query['hub.verify_token'];
|
||||
|
||||
if (val === process.env.META_CHALLENGE) {
|
||||
res.send(req.query['hub.challenge']);
|
||||
res.status(200);
|
||||
} else {
|
||||
res.status(401);
|
||||
|
|
Loading…
Add table
Reference in a new issue