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(demo): normalize bare-domain URLs and fix interceptor matching
normalizeUrl now appends trailing slash to bare-domain URLs
(e.g. https://example.com → https://example.com/) to match browser
behavior. DemoRequestInterceptor uses trimEnd('/') for consistent
matching with or without trailing slash.
0 commit comments