Moved checkout api

This commit is contained in:
Luis Alvarez
2021-05-24 11:56:23 -05:00
parent 11200b3bb1
commit 676b614bf6
8 changed files with 132 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
import checkoutApi from '@framework/api/checkout'
export default checkoutApi()

4
pages/api/checkout.ts Normal file
View File

@@ -0,0 +1,4 @@
import checkoutApi from '@framework/api/endpoints/checkout'
import commerce from '@lib/api/commerce'
export default checkoutApi(commerce)