OpenHands
OpenHands copied to clipboard
fix #7267: adding base url to axios
- [ ] This change is worth documenting at https://docs.all-hands.dev/
- [ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below
End-user friendly description of the problem this fixes or functionality that this introduces. The openHands axios instance in frontend/src/api/open-hands-axios.ts is created without a baseUrl configuration. This can lead to several issues:
Give a summary of what the PR does, explaining any non-trivial design decisions.
Link of any specific issues this addresses.
fix #7266