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

4 lines
158 B
TypeScript
Raw Normal View History

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