diff --git a/manifests/k8s/configMaps/client.yaml b/manifests/k8s/configMaps/client.yaml index eab3fce..133dd17 100644 --- a/manifests/k8s/configMaps/client.yaml +++ b/manifests/k8s/configMaps/client.yaml @@ -8,5 +8,5 @@ data: VITE_REACT_APP_PRESET_KEY: cogpbt77 VITE_REACT_APP_CLOUD_NAME: dy8yhxc6a VITE_STRIPE_PUBLIC_KEY: pk_test_51PTgwvEvhq95htrivs2uETviuuagXTJYlLYPkNYzk2dEFnKUNjaL9SCl4RwQIuP7iCao6aPzNryH1uMng76lbNXZ00JyJOwxsu - VITE_SERVER_URL: http://localhost:3006 - VITE_BASE_URL: http://localhost:3000 + VITE_SERVER_URL: https://acecart.shop/api/chat + VITE_BASE_URL: https://acecart.shop diff --git a/src/common/endPoint.ts b/src/common/endPoint.ts index fe3170b..61395a4 100644 --- a/src/common/endPoint.ts +++ b/src/common/endPoint.ts @@ -3,4 +3,5 @@ export const user='api/user/' export const course='api/course/' export const notification='api/notification/' export const payment='api/payment/' -export const chat='api/chat/' \ No newline at end of file +export const chat='api/chat/' +// xzc \ No newline at end of file