Skip to content

Commit a6e520e

Browse files
committed
fix: update API_BASE link for the new cluster
1 parent a97ee81 commit a6e520e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/aitomatic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self, token):
77
self.token = token
88
self.API_BASE = os.getenv(
99
'AI_CLI_API_BASE',
10-
'http://a1adce51c15d34971924a8c7bb9feafd-904302004.us-west-2.elb.amazonaws.com',
10+
'http://a20ae33fe805a4d24bef115a973c630a-434493144.us-west-2.elb.amazonaws.com',
1111
)
1212

1313
def deploy(self, app_name, data):

0 commit comments

Comments
 (0)