How to set or sent a static response status code for a POST request in Nestjs?
Originally Published Here ๐!
To set or sent a static response status code for a POST request in Nestjs, we can use the @HttpCode() decorator function from the @nestjs/common module before the Controller class method that handles that POST request.
T...
melvingeorge-me.hashnode.dev3 min read