comparison src/main/java/de/intevation/lada/rest/KommentarMService.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
64 * </code> 64 * </code>
65 * </pre> 65 * </pre>
66 * 66 *
67 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 67 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
68 */ 68 */
69 @Path("mkommentar") 69 @Path("rest/mkommentar")
70 @RequestScoped 70 @RequestScoped
71 public class KommentarMService { 71 public class KommentarMService {
72 72
73 /** 73 /**
74 * The data repository granting read/write access. 74 * The data repository granting read/write access.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)