Skip to content

Commit d8ab3e8

Browse files
Replace old endpoint's prefix with the name_service/v1/entity. (#27)
1 parent b66d279 commit d8ab3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Settings(BaseSettings):
1414
audience: str
1515
opt_scale_api_url: str
1616
admin_token: str
17-
api_v1_prefix: str = "/v1/admin"
17+
api_v1_prefix: str = "/modifier/v1"
1818
debug: bool = False
1919
project_name: str = "CloudSpend API Modifier"
2020
description: str = "Service to provide custom users and org management"

0 commit comments

Comments
 (0)