Hi, So I am having this issue. I have a node express server and a node telegram server. The telegram server needs to use the routes provided by the express server. In a VM scenario, I could start the express server in localhost:port and just point my telegram server to send request to that url http://localhost:port/api/endpoint.
Also, if I had used docker, i could refer to the service name as the origin in the url. But how do I do this in railway ?