REFACTOR ALL APIs fix 1
This commit is contained in:
@@ -22,7 +22,7 @@ async def proxy_demo_service(path: str, request: Request):
|
||||
"""
|
||||
# Build the target URL
|
||||
demo_service_url = settings.DEMO_SESSION_SERVICE_URL.rstrip('/')
|
||||
target_url = f"{demo_service_url}/api/demo/{path}"
|
||||
target_url = f"{demo_service_url}/api/v1/demo/{path}"
|
||||
|
||||
# Get request body
|
||||
body = None
|
||||
|
||||
Reference in New Issue
Block a user