changeset 252:000bcc8c8fde

Fixed path to delete function
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 15 Jul 2013 17:03:27 +0200
parents 4635fa8de9f4
children 8265c5de15cb
files src/main/java/de/intevation/lada/rest/OrtService.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/OrtService.java	Mon Jul 15 17:02:49 2013 +0200
+++ b/src/main/java/de/intevation/lada/rest/OrtService.java	Mon Jul 15 17:03:27 2013 +0200
@@ -143,7 +143,7 @@
      * @return Response object.
      */
     @DELETE
-    @Path("/{ortId}")
+    @Path("/{ortId}/{probeId}")
     public Response delete(
         @PathParam("ortId") String ortId,
         @Context HttpHeaders headers
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)