You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend): detect basePath from URL for config fetch
When running with basePath=/llm-admin, the fetch('/api/config') call
doesn't automatically prepend the basePath. Added detectBasePath()
function that checks window.location.pathname to determine the correct
API endpoint path.
0 commit comments