fixed api name for device type

revert-70aa11f8
ayyoob 8 years ago
parent a4b6bb85b1
commit 93c1725e32

@ -39,7 +39,7 @@ import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
@API(name = "DeviceTypeManagement", version = "1.0.0", context = "/api/device-mgt/v1.0/admin/device-types",
@API(name = "DeviceTypeManagement", version = "1.0.0", context = "/api/device-mgt/v1.0/device-types",
tags = {"device_management"})
@Path("/device-types")

Loading…
Cancel
Save