comparison src/main/java/de/intevation/lada/rest/MesswertService.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 b04e55896104
children fa922101a462
comparison
equal deleted inserted replaced
826:90343e38225f 827:5bdd1631a451
82 * </code> 82 * </code>
83 * </pre> 83 * </pre>
84 * 84 *
85 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 85 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
86 */ 86 */
87 @Path("messwert") 87 @Path("rest/messwert")
88 @RequestScoped 88 @RequestScoped
89 public class MesswertService { 89 public class MesswertService {
90 90
91 /** 91 /**
92 * The logger used in this class. 92 * The logger used in this class.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)