mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins into scope-impl
This commit is contained in:
commit
ece7cb04ab
@ -51,7 +51,7 @@ import java.util.List;
|
||||
public class DeviceManagementAdminServiceImpl implements DeviceManagementAdminService {
|
||||
|
||||
private static final Log log = LogFactory.getLog(DeviceManagementAdminServiceImpl.class);
|
||||
private static final String DATE_FORMAT = "MM-dd-yyyy hh:mm a";
|
||||
private static final String DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssXXX";
|
||||
|
||||
@POST
|
||||
@Path("/lock-devices")
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"appName": "Enterprise Mobility Manager",
|
||||
"appName": "WSO2 Enterprise Mobility Manager",
|
||||
"cachingEnabled": true,
|
||||
"debuggingEnabled": false,
|
||||
"permissionRoot": "/",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user