Committing app context name change from mdm to emm

revert-dabc3590
Kasun Delgolla 9 years ago
parent b2d344bad7
commit be37d3aeb5

@ -58,7 +58,7 @@ public class URLPrinterStartupHandler implements ServerStartupObserver {
if (httpsProxyPort > 0) { if (httpsProxyPort > 0) {
port = httpsProxyPort; port = httpsProxyPort;
} }
return "https://" + hostName + ":" + port + "/mdm"; return "https://" + hostName + ":" + port + "/emm";
} }
} }

Loading…
Cancel
Save