REFACTOR ALL APIs fix 1
This commit is contained in:
@@ -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]]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user