Correcting issue with events resource path

revert-70aa11f8
Ruwan Yatawara 7 years ago
parent 1ac28a40fb
commit 88924ac8d6

@ -247,7 +247,7 @@ public interface DeviceAgentService {
@Valid Device updateDevice);
@POST
@Path("events/publish{type}/{deviceId}")
@Path("events/publish/{type}/{deviceId}")
@ApiOperation(
produces = MediaType.APPLICATION_JSON,
consumes = MediaType.APPLICATION_JSON,

Loading…
Cancel
Save