changeset 2:6a7a8c67987d

Added simple index debugging page for lada providing some links to trigger some rest-services.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 18 Apr 2013 11:27:45 +0200
parents 177351d4cca9
children 79e1144949d9
files src/main/webapp/index.html
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/index.html	Thu Apr 18 11:27:45 2013 +0200
@@ -0,0 +1,15 @@
+<!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>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)