comparison src/main/java/de/intevation/lada/rest/stamm/KoordinatenartService.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
47 * </code> 47 * </code>
48 * </pre> 48 * </pre>
49 * 49 *
50 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 50 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
51 */ 51 */
52 @Path("koordinatenart") 52 @Path("rest/koordinatenart")
53 @RequestScoped 53 @RequestScoped
54 public class KoordinatenartService { 54 public class KoordinatenartService {
55 55
56 /** 56 /**
57 * The data repository granting read access. 57 * The data repository granting read access.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)