forked from crowetic/commerce
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
const getCheckout = async (req: any, res: any, config: any): Promise<any> => {
|
|
res.end()
|
|
}
|
|
|
|
export default getCheckout
|