bboldt's picture
Initial public commit
a5f760c
raw
history blame contribute delete
97 Bytes
export default function handler(req: any, res: any) {
res.status(200).json({text: "hello"});
}