You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/01/20 15:05:38 UTC

[streampipes] branch SP-1133 updated: Fix endpoint path (#1133)

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch SP-1133
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/SP-1133 by this push:
     new 7a57d3003 Fix endpoint path (#1133)
7a57d3003 is described below

commit 7a57d30035944159d9f4db05854ef68077b4ddc4
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri Jan 20 16:05:27 2023 +0100

    Fix endpoint path (#1133)
---
 .../java/org/apache/streampipes/rest/impl/pe/DataStreamResource.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/pe/DataStreamResource.java b/streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/pe/DataStreamResource.java
index 8574a6d19..147706f81 100644
--- a/streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/pe/DataStreamResource.java
+++ b/streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/pe/DataStreamResource.java
@@ -108,6 +108,7 @@ public class DataStreamResource extends AbstractAuthGuardedRestResource {
   }
 
   @POST
+  @Path("/")
   @Produces(MediaType.APPLICATION_JSON)
   @Consumes(MediaType.APPLICATION_JSON)
   @JacksonSerialized