comparison src/main/java/de/intevation/lada/rest/QueryService.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 5155b0b375cd
children
comparison
equal deleted inserted replaced
826:90343e38225f 827:5bdd1631a451
44 * </code> 44 * </code>
45 * </pre> 45 * </pre>
46 * 46 *
47 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 47 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
48 */ 48 */
49 @Path("/query") 49 @Path("rest/query")
50 @RequestScoped 50 @RequestScoped
51 public class QueryService { 51 public class QueryService {
52 52
53 /** 53 /**
54 * Request all configured probe queries. 54 * Request all configured probe queries.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)