feat(engine): ✨ Link typebot step
This commit is contained in:
@ -3,7 +3,6 @@ import { NextApiRequest, NextApiResponse } from 'next'
|
||||
import { methodNotAllowed } from 'utils'
|
||||
|
||||
const handler = (req: NextApiRequest, res: NextApiResponse) => {
|
||||
console.log(req.method)
|
||||
if (req.method === 'POST') {
|
||||
return res.status(200).send(req.body)
|
||||
}
|
||||
|
Reference in New Issue
Block a user