Nikhil Nanjappa

Results 5 issues of Nikhil Nanjappa

**Is your feature request related to a problem? Please describe.** I currently have all my endpoints as `/products`, `/products/:id` etc. I would like to add a root path to all...

enhancement

Hi guys, Good job on the module. Love it! Just an issue I noticed and wondering if there was any workaround - Currently the user can enter any garbage value...

I have the auto complete setup working all fine. However, currently when there is a server error, it highlights the error summary on top but there seems to be no...

When I run the first command on the README - `npm install proofreader -g`, it fails with the following error. **node version: 18.16.0**, **Apple M1 chip**, **Python3** ```sh nikhilnanjappa@Nikhils-MacBook-Pro ~...

Hi guys, I just wanted to check if I can add a root path to all the express routes ? In express, the similar can be achieved using the below...