mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixed Enrollment issue
This commit is contained in:
parent
91003fdee1
commit
b8cfcf4413
@ -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",
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user