REFACTOR ALL APIs fix 1

This commit is contained in:
Urtzi Alfaro
2025-10-07 07:15:07 +02:00
parent 38fb98bc27
commit 7c72f83c51
47 changed files with 1821 additions and 270 deletions

View File

@@ -21,7 +21,7 @@ class AuthServiceClient(BaseServiceClient):
def get_service_base_path(self) -> str:
"""Return the base path for auth service APIs"""
return "/api/v1/users"
return "/api/v1/auth"
async def get_user_onboarding_progress(self, user_id: str) -> Optional[Dict[str, Any]]:
"""