comparison src/main/java/de/intevation/lada/rest/MessprogrammService.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 c81881dac97e
children 2fe625c91ab3
comparison
equal deleted inserted replaced
826:90343e38225f 827:5bdd1631a451
90 * </code> 90 * </code>
91 * </pre> 91 * </pre>
92 * 92 *
93 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 93 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
94 */ 94 */
95 @Path("messprogramm") 95 @Path("rest/messprogramm")
96 @RequestScoped 96 @RequestScoped
97 public class MessprogrammService { 97 public class MessprogrammService {
98 98
99 /** 99 /**
100 * The data repository granting read/write access. 100 * The data repository granting read/write access.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)