Improve the frontend modals
This commit is contained in:
@@ -35,7 +35,7 @@ class AuthServiceClient(BaseServiceClient):
|
||||
"""
|
||||
try:
|
||||
# Use the service endpoint that accepts user_id as parameter
|
||||
result = await self.get(f"/{user_id}/onboarding/progress")
|
||||
result = await self.get(f"/users/{user_id}/onboarding/progress")
|
||||
|
||||
if result:
|
||||
logger.info("Retrieved user onboarding progress",
|
||||
|
||||
Reference in New Issue
Block a user