mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Committing app context name change from mdm to emm
This commit is contained in:
parent
b2d344bad7
commit
be37d3aeb5
@ -58,7 +58,7 @@ public class URLPrinterStartupHandler implements ServerStartupObserver {
|
||||
if (httpsProxyPort > 0) {
|
||||
port = httpsProxyPort;
|
||||
}
|
||||
return "https://" + hostName + ":" + port + "/mdm";
|
||||
return "https://" + hostName + ":" + port + "/emm";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user