shellphone.app/app/phone-calls/api/webhook/incoming-call.ts
2021-07-31 22:33:18 +08:00

4 lines
157 B
TypeScript

import type { NextApiRequest, NextApiResponse } from "next"
export default async function incomingCallHandler(req: NextApiRequest, res: NextApiResponse) {}