We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec79f94 + 00fee59 commit f2780d3Copy full SHA for f2780d3
src/fastapi_cloud_cli/config.py
@@ -7,7 +7,7 @@
7
8
9
class Settings(BaseModel):
10
- base_api_url: str = "https://api.fastapicloud.club/api/v1"
+ base_api_url: str = "https://api.fastapicloud.com/api/v1"
11
client_id: str = "fastapi-cli"
12
13
@classmethod
0 commit comments