How to make express.static case-sensitive?

clipboard.png

how can a static resource service thus insensitive to the case of the path be case-sensitive?

Apr.03,2021

express.static (dir, options) where options can be case sensitive {caseSensitive: true}

Menu