elcc / website /app /pages /api /hello.ts
bboldt's picture
Initial public commit
a5f760c
export default function handler(req: any, res: any) {
res.status(200).json({text: "hello"});
}