Reputation: 4517
I am able to connect to my Nodejs API server through aws by entering url such as ip + :3000. Now I do not want to show port no 3000 after url. is there any way to hide this or this will be there compulsory?
Upvotes: 2
Views: 2214
Reputation: 7913
You can't do this on the client side. You need to do one of:
Upvotes: 3