diff --git a/presenter-app/src/static/config.production.json b/presenter-app/src/static/config.production.json index e28d870..faac919 100644 --- a/presenter-app/src/static/config.production.json +++ b/presenter-app/src/static/config.production.json @@ -1,5 +1,5 @@ { "apiEndpoint": "https://api-qa.plodo.io", "apiVersion": "v1", - "streamEndpoint": "https://localhost:5001/session-stream" + "streamEndpoint": "https://api-qa.plodo.io/session-stream" } \ No newline at end of file