able-baker/example/api.tsx

4 lines
54 B
TypeScript

export default (inReq:Request)=>
{
return false;
}