Proxy conf
{ | |
"/Api1": { | |
"target": "http://<ipAdressOfApi1>:<port number>", | |
"secure": false | |
}, | |
"/Api2":{ | |
"target": "http://<ipAdressOfApi2>:<port number>", | |
"secure": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment