Rewrite

I need to create two Redirect and Rewrite Rules, how do I configure these rules in a nodejs build?
5 Replies
Percy
Percy4mo ago
Project ID: 6fc92982-fe80-4218-9925-60298b4f20fd
Alcenir Santos
Alcenir Santos4mo ago
6fc92982-fe80-4218-9925-60298b4f20fd
Brody
Brody4mo ago
this would be something your code would need to handle
Alcenir Santos
Alcenir Santos4mo ago
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
Brody
Brody4mo ago
not sure i understand the requirements here