We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b2562 commit faf647bCopy full SHA for faf647b
src/route/zapier_callback.js
@@ -3,4 +3,5 @@ const eventEmitter = require('../service/eventEmitter')
3
module.exports = async (ctx) => {
4
console.log('ctx', ctx)
5
console.log('ctx', ctx.request.body)
6
+ ctx.body = {}
7
}
0 commit comments