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

4 lines
158 B
TypeScript

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