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: correct CORS header name for exposing date in dev-server (#573)
This fixes a provlem where the header `date` still fails in the browser with a message even though it seems to be covered by `Access-Control-Expose-Headers` header, by removing an additional `:` that existed in the CORS header name.
0 commit comments