gupta-sahil01 commented on code in PR #6437:
URL: https://github.com/apache/texera/pull/6437#discussion_r3762190695
##########
frontend/proxy.config.json:
##########
@@ -10,6 +10,11 @@
"secure": false,
"changeOrigin": true
},
+ "/api/recommend": {
Review Comment:
Fixed — /api/recommend now has a location pointing at agent-service:3001. I
used the plain four-line REST form rather than copying /api/agents' WebSocket
block, since this is a plain POST with no upgrade and no need for 1d timeouts.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]