How can i open second port in railway.app
I have a Node.js server with two ports. Different APIs are running on each port. The first one is running on port 8080, so it is accessible by default. How can I access the second one running on port 1234?
Thanks.
5 Replies
Project ID:
N/A
You unfortunately can't open more than one more per service
ohk, Thanks for the prompt response
np :)
you would want to split these off into two railway services