Hi,
What I am trying to achieve is whenever someone access domain.com/admin it should load " "http://127.0.0.1/index.html" instead of "http://127.0.0.1:4200/index.html". Port 4200 is to serve from the Node application.
What I am trying to achieve is whenever someone access domain.com/admin it should load " "http://127.0.0.1/index.html" instead of "http://127.0.0.1:4200/index.html". Port 4200 is to serve from the Node application.