Skip to content

Commit f2780d3

Browse files
authored
Merge pull request #41 from fastapilabs/prod-url
♻️ Update default API URL to prod
2 parents ec79f94 + 00fee59 commit f2780d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_cloud_cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class Settings(BaseModel):
10-
base_api_url: str = "https://api.fastapicloud.club/api/v1"
10+
base_api_url: str = "https://api.fastapicloud.com/api/v1"
1111
client_id: str = "fastapi-cli"
1212

1313
@classmethod

0 commit comments

Comments
 (0)