Fixing path of license resource

revert-dabc3590
prabathabey 9 years ago
parent 212c11750c
commit d7b4b83424

@ -121,12 +121,11 @@ public class DeviceTypeConfigurationServiceImpl implements DeviceTypeConfigurati
@GET
@Path("license")
@Path("/license")
@Produces(MediaType.TEXT_PLAIN)
public Response getLicense(
@HeaderParam("If-Modified-Since") String ifModifiedSince) {
License license;
try {
license =
AndroidAPIUtils.getDeviceManagementService().getLicense(

Loading…
Cancel
Save