Merge pull request #1228 from ruwany/master

Correcting issue with events resource path
This commit is contained in:
Charitha Goonetilleke 2018-03-15 09:24:57 +00:00 committed by GitHub
commit aa4341c044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,