Fixed Enrollment issue

This commit is contained in:
Chatura Dilan 2016-05-27 23:18:11 +05:30
parent 91003fdee1
commit b8cfcf4413
2 changed files with 2 additions and 2 deletions

View File

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

View File

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