2021-02-04 15:35:53 +02:00

6 lines
121 B
TypeScript

const getCheckout = async (req: any, res: any, config: any): Promise<any> => {
res.end()
}
export default getCheckout