Merge pull request #57 from helioelias/main

Fix: For webhook to work with localhost
This commit is contained in:
Davidson Gomes
2023-08-29 11:15:08 -03:00
committed by GitHub
5 changed files with 225 additions and 1 deletions

View File

@@ -69,6 +69,7 @@
"mongoose": "^6.10.5",
"node-cache": "^5.1.2",
"node-mime-types": "^1.1.0",
"node-windows": "^1.0.0-beta.8",
"pino": "^8.11.0",
"proxy-agent": "^6.3.0",
"qrcode": "^1.5.1",
@@ -86,6 +87,7 @@
"@types/jsonwebtoken": "^8.5.9",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.15.11",
"@types/node-windows": "^0.1.2",
"@types/qrcode": "^1.5.0",
"@types/qrcode-terminal": "^0.12.0",
"@types/uuid": "^8.3.4",