Skip to content

Commit 4e37c60

Browse files
authored
pointed REACT_APP_HUB_API_URL to prod
1 parent 25c5382 commit 4e37c60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
REACT_APP_BASE_API_URL="https://appserver.zenml.io/api/v1"
2-
REACT_APP_HUB_API_URL="https://rehaul-zenml-hub-mc5klosfeq-ew.a.run.app"
3-
# REACT_APP_HUB_API_URL="https://staging.hubapi.zenml.io"
2+
REACT_APP_HUB_API_URL="https://hubapi.zenml.io"
43
REACT_APP_VERSION=$npm_package_version

0 commit comments

Comments
 (0)