node-muneem / anumargak

Simple but Fastest Web Router in nodejs
Other
39 stars 5 forks source link

ignoreLeadingSlash #5

Closed amitguptagwl closed 6 years ago

amitguptagwl commented 6 years ago

Many people do mistakes mapping the URL. Hence we want to introduce ignoreLeadingSlash with default true value. So that if user forget to miss using leading slash this application automatically adds it.

shuklajay117 commented 6 years ago

@amitguptagwl I can help you in this.

amitguptagwl commented 6 years ago

Thanks @shuklajay117 . Let me know if you need any guidance to get this issue solved.

shuklajay117 commented 6 years ago

Sure @amitguptagwl

amitguptagwl commented 6 years ago

fixed