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.
1 parent b66d279 commit d8ab3e8Copy full SHA for d8ab3e8
app/core/config.py
@@ -14,7 +14,7 @@ class Settings(BaseSettings):
14
audience: str
15
opt_scale_api_url: str
16
admin_token: str
17
- api_v1_prefix: str = "/v1/admin"
+ api_v1_prefix: str = "/modifier/v1"
18
debug: bool = False
19
project_name: str = "CloudSpend API Modifier"
20
description: str = "Service to provide custom users and org management"
0 commit comments