Tag: api

2 posts

Latest Post Speed kills software engineering. 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