You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
The problem that I am stuck into is very simple yet complicated for me.
I would like to know how can I add a different path of the service that is being used.
I have a service running on server which is listening to port 3000 (i.e. localhost:3000) and I have another service which is listening request on port 3000 but on a different path (localhost:3000/Chat)