mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 10:52:15 +00:00
getBase() reads settings.apiUrl from localStorage so the API URL configured in the Settings page is actually used by api.ts and sse.ts. Previously hardcoded to localhost:8000, causing "Failed to get response" when the backend ran on a different port. Co-authored-by: robbym-dev <robbym-dev@users.noreply.github.com>