changeset 639:e0484b039812

Fixed path for POST requests on kommentarm service.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 30 Apr 2015 16:23:21 +0200
parents 76f08c40a13a
children bd4099d42d83
files src/main/java/de/intevation/lada/rest/KommentarMService.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/KommentarMService.java	Wed Apr 29 22:55:14 2015 +0200
+++ b/src/main/java/de/intevation/lada/rest/KommentarMService.java	Thu Apr 30 16:23:21 2015 +0200
@@ -162,7 +162,7 @@
      * @return A response object containing the created KommentarM.
      */
     @POST
-    @Path("/{id}")
+    @Path("/")
     @Produces(MediaType.APPLICATION_JSON)
     public Response create(
         @Context HttpHeaders headers,
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)