Committing app context name change from mdm to emm

This commit is contained in:
Kasun Delgolla 2015-11-30 20:18:11 +05:30
parent b2d344bad7
commit be37d3aeb5

View File

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