mirror of
https://github.com/vercel/commerce.git
synced 2025-03-31 17:25:53 +00:00
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
|