We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2071ff commit ff3e2ecCopy full SHA for ff3e2ec
reverse proxy/index.js
@@ -1,6 +1,6 @@
1
window.onload = () => {
2
// microservice1 - Books
3
- const microservicePort = { 3000: 'Frontend', 4545: 'Books', 7777: 'Orders', 5555: 'Customers' };
+ const microservicePort = { 3000: 'Reverse Proxy', 4545: 'Books', 7777: 'Orders', 5555: 'Customers' };
4
// sets the title of the page to whatever port you're currently on
5
document.title = microservicePort[window.location.port];
6
// create a display that when clicked will grab the books passed in
0 commit comments