moleculerjs / moleculer-web

:earth_africa: Official API Gateway service for Moleculer framework
http://moleculer.services/docs/moleculer-web.html
MIT License
291 stars 119 forks source link

Case sensitive routes #268

Closed FowiFlowi closed 2 years ago

FowiFlowi commented 2 years ago

There is no way to provide options to the "path-to-regexp" module which is used for endpoints matching.

The problem is that this module sets the "sensitive" option false by default. It means that all endpoints become case insensitive and it is impossible to change this logic