mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Moved checkout api
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import checkoutApi from '@framework/api/checkout'
|
||||
|
||||
export default checkoutApi()
|
4
pages/api/checkout.ts
Normal file
4
pages/api/checkout.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import checkoutApi from '@framework/api/endpoints/checkout'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default checkoutApi(commerce)
|
Reference in New Issue
Block a user