view src/main/java/de/intevation/lada/util/rest/JaxRsActivator.java @ 432:a86d9c01c1ac

Changed base path for REST services to '/'
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 06 Feb 2015 12:22:59 +0100
parents be0cd91abd0f
children
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details.
 */
package de.intevation.lada.util.rest;

import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;


@ApplicationPath("/")
public class JaxRsActivator extends Application {

}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)