shellphone.app/app/phone-calls/api/webhook/outgoing-call.ts

4 lines
157 B
TypeScript
Raw Normal View History

2021-07-31 14:33:18 +00:00
import type { NextApiRequest, NextApiResponse } from "next"
export default async function outgoingCallHandler(req: NextApiRequest, res: NextApiResponse) {}