comparison src/main/java/de/intevation/lada/rest/stamm/ProbenzusatzService.java @ 827:5bdd1631a451

!!!CAUTION!!! changed services path! REST servies now listening on /rest/* Importer/Exporter now listening on /data/$FORMAT/*
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 18 Dec 2015 17:47:14 +0100
parents 44d7ff0461f2
children 1c41c7b8f7c2
comparison
equal deleted inserted replaced
826:90343e38225f 827:5bdd1631a451
49 * </code> 49 * </code>
50 * </pre> 50 * </pre>
51 * 51 *
52 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 52 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
53 */ 53 */
54 @Path("probenzusatz") 54 @Path("rest/probenzusatz")
55 @RequestScoped 55 @RequestScoped
56 public class ProbenzusatzService { 56 public class ProbenzusatzService {
57 57
58 /** 58 /**
59 * The data repository granting read access. 59 * The data repository granting read access.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)