Merge pull request #1228 from ruwany/master

Correcting issue with events resource path
revert-70aa11f8
Charitha Goonetilleke 7 years ago committed by GitHub
commit aa4341c044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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