How to remove port number from appear in the url for node js application?
I am new to node js. In my application url port number has to be specified
like localhost:3000/a. How can I remove that port number from appearing in
the URL. I tried out by giving the port number as 80. But it didn't worked
for me. Please help me with a solution. Thanks in advance
No comments:
Post a Comment