File size: 97 Bytes
a5f760c
 
 
1
2
3
4
export default function handler(req: any, res: any) {
  res.status(200).json({text: "hello"});
}