Files
assets
components
config
docs
framework
lib
pages
api
bigcommerce
catalog
customers
cart.ts
checkout.ts
wishlist.ts
product
[...pages].tsx
_app.tsx
_document.tsx
blog.tsx
cart.tsx
index.tsx
orders.tsx
profile.tsx
search.tsx
wishlist.tsx
public
.editorconfig
.env.template
.gitignore
.prettierignore
CHANGELOG.md
README.md
codegen.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/pages/api/bigcommerce/checkout.ts
2020-12-29 20:04:26 -05:00

4 lines
80 B
TypeScript

import checkoutApi from '@framework/api/checkout'
export default checkoutApi()