This commit is contained in:
Girish Ramakrishnan
2022-02-07 09:27:07 -08:00
parent b9a76aa6b8
commit f4c9d7324b

View File

@@ -343,7 +343,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
var httpPorts = app.manifest.httpPorts || {};
for (var env2 in httpPorts) {
$scope.location.secondaryDomains[env2] = {
location: httpPorts[env2].defaultValue || '',
subdomain: httpPorts[env2].defaultValue || '',
domain: $scope.location.domain
};
}