Paul Phạm
Results
1
comments of
Paul Phạm
Here's how I got it to work with NodeJS: ```js const express = require('express'); const bodyParser = require('body-parser'); const app = express(); require('body-parser-xml')(bodyParser); app.get('/test', ({ query: { 'hub.challenge': challenge }...