Fixed Enrollment issue

revert-dabc3590
Chatura Dilan 9 years ago
parent 91003fdee1
commit b8cfcf4413

@ -78,7 +78,7 @@ public interface DeviceTypeConfigurationService {
@GET
@Path("license")
@Produces("text/html")
@Produces("text/plain")
@ApiOperation(
produces = MediaType.APPLICATION_JSON,
httpMethod = "GET",

@ -161,7 +161,7 @@ public class DeviceTypeConfigurationServiceImpl implements DeviceTypeConfigurati
@GET
@Path("license")
@Produces("text/html")
@Produces("text/plain")
public Response getLicense() throws AndroidAgentException {
License license = null;

Loading…
Cancel
Save