How to make a simple API endpoint that catches all requests with any methods in Nestjs?
Originally Published Here ๐!
To make a simple API endpoint that catches all the requests with any methods in Nestjs, there are 3 things we need to define such as:
a valid typescript class to write request methods definitions, in our case we will be...
melvingeorge-me.hashnode.dev5 min read