Skip to content

Commit faf647b

Browse files
committed
feat(api): Add response on /zapier/webhook
1 parent 32b2562 commit faf647b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/route/zapier_callback.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ const eventEmitter = require('../service/eventEmitter')
33
module.exports = async (ctx) => {
44
console.log('ctx', ctx)
55
console.log('ctx', ctx.request.body)
6+
ctx.body = {}
67
}

0 commit comments

Comments
 (0)