alcenirsantos
HOBBYOP
2 years ago
I need to create two Redirect and Rewrite Rules, how do I configure these rules in a nodejs build?
4 Replies
2 years ago
this would be something your code would need to handle
Yes, I need to redirect the request from the front to the API, and when I open links that are not / it returns not found and I need to redirect to /.
I'm using Antd and umijs
2 years ago
not sure i understand the requirements here