mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Update api endpoint
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
0a46c31d09
commit
79b659048e
@ -23,7 +23,7 @@ export interface OpenCommerceConfig extends CommerceAPIConfig {
|
||||
const ONE_DAY = 60 * 60 * 24
|
||||
|
||||
const config: OpenCommerceConfig = {
|
||||
commerceUrl: `${API_URL}/graphql`,
|
||||
commerceUrl: API_URL,
|
||||
apiToken: '',
|
||||
shopId: SHOP_ID ?? '',
|
||||
customerCookie: 'opencommerce_customerToken',
|
||||
|
Loading…
x
Reference in New Issue
Block a user