Tag: api

2 posts

Latest Post Prescriptive Power: Unleash the Efficiency of Specificity! by Matthew Davis public
public

Pattern matching routes with nest.js

Did you know that you can use regular expression in your request decorators such as @Get(<path>(<regex pattern>)? This is supported out of the box, no special middleware needed.

Read Post