Skip to content

Commit c384573

Browse files
committed
fix: 잘못된 환경 변수를 사용하던 이슈 수정
1 parent f2efdbe commit c384573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/pyconkr-shop/apis/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ class ShopAPIClient {
105105
}
106106
}
107107

108-
export const shopAPIClient = new ShopAPIClient(import.meta.env.VITE_SHOP_URL)
108+
export const shopAPIClient = new ShopAPIClient(import.meta.env.VITE_PYCONKR_SHOP_API_DOMAIN)

0 commit comments

Comments
 (0)