Correcting issue with events resource path

This commit is contained in:
Ruwan Yatawara 2018-03-15 14:31:44 +05:30
parent 1ac28a40fb
commit 88924ac8d6

View File

@ -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,