mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Moved endpoints to nested folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import cart from '@commerce/api/endpoints/cart'
|
||||
import { CartAPI, operations } from '@framework/api/cart'
|
||||
import { CartAPI, operations } from '@framework/api/endpoints/cart'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default commerce.endpoint({
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import customer from '@commerce/api/endpoints/customer'
|
||||
import { CustomerAPI, operations } from '@framework/api/customer'
|
||||
import { CustomerAPI, operations } from '@framework/api/endpoints/customer'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default commerce.endpoint({
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import login from '@commerce/api/endpoints/login'
|
||||
import { LoginAPI, operations } from '@framework/api/login'
|
||||
import { LoginAPI, operations } from '@framework/api/endpoints/login'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default commerce.endpoint({
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import logout from '@commerce/api/endpoints/logout'
|
||||
import { LogoutAPI, operations } from '@framework/api/logout'
|
||||
import { LogoutAPI, operations } from '@framework/api/endpoints/logout'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default commerce.endpoint({
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import signup from '@commerce/api/endpoints/signup'
|
||||
import { SignupAPI, operations } from '@framework/api/signup'
|
||||
import { SignupAPI, operations } from '@framework/api/endpoints/signup'
|
||||
import commerce from '@lib/api/commerce'
|
||||
|
||||
export default commerce.endpoint({
|
||||
|
Reference in New Issue
Block a user