Skip to content

Commit 0cb676b

Browse files
committed
Add comment
1 parent 7abad78 commit 0cb676b

File tree

1 file changed

+1
-0
lines changed
  • portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Environments

1 file changed

+1
-0
lines changed

portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Environments/Environments.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ export default function Environments() {
563563
|| hasValidWebSocketPorts(vhost));
564564
};
565565

566+
// this function returns the appropriate host value depending on the api type
566567
const getHostValue = (vhost, isWebSocket) => {
567568
if (!isWebSocket) {
568569
return vhost.host;

0 commit comments

Comments
 (0)