thisismydesign / nestjs-starter

NestJS MVC boilerplate for rapid development with battle-tested standards.
480 stars 80 forks source link

Catch-all route setup #424

Closed thisismydesign closed 1 year ago

thisismydesign commented 1 year ago

As recommended the following should work for a catch-all route that doesn't break graphql:

@Get("/:path((?!graphql$))*")