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
Mime type for .bmp files use to be image/bmp in express < 4.15.0. Now it is image/x-ms-bmp.
I've been looking at the mime package and it looks like between version 1.3.5 and 2.0.0 it resolves to image/x-ms-bmp. in version > 2.0.0 it resolves to image/bmp again