How to set a static redirection for a GET request in Nestjs?
Originally Published Here ๐!
To set a static redirection for a GET request in Nestjs, we can use the @Redirect() decorator function from the @nestjs/common module and call it just above the Controller class's method that handles that GET request.
TL...
melvingeorge-me.hashnode.dev3 min read