view src/main/webapp/index.html @ 8:1016bcc08bb3

Added stub for REST service for Proben
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 18 Apr 2013 13:15:23 +0200
parents 8bffb9e465c9
children 02093e21ec25
line wrap: on
line source
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Lada</title>
</head>
<body>
<h1>Lada Debug Page</h1>
<p>This is the debugging page for the lada webservice. Below you find some links to trigger actions on the REST Api.</p>
<h2>Test</h2>
<ul>
  <li><a href="/default">Hallo Welt</a></li>
</ul>
<h2>Proben</h2>
<ul>
  <li><a href="/proben">List Proben</a></li>
</ul>
</body>
</html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)