Skip to content

Commit

Permalink
Updates client to point to localhost:8241
Browse files Browse the repository at this point in the history
We can't control the environment, but it's printing out the wrong one
for mini-mode, which confuses people. If it prints it out for postgres mode in local env it
should redirect through a prompt in the UI.
  • Loading branch information
elijahbenizzy committed Jun 17, 2024
1 parent 6640456 commit 7f4e9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/sdk/src/hamilton_sdk/api/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
HAMILTON_API_URL = "http://localhost:8241"
HAMILTON_UI_URL = "http://localhost:8242"
HAMILTON_UI_URL = "http://localhost:8241" # optimizing for mini-mode

0 comments on commit 7f4e9e1

Please sign in to comment.