changeset 9:02093e21ec25

Fix Links for tests.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 18 Apr 2013 13:16:33 +0200
parents 1016bcc08bb3
children eb093385ff7e
files src/main/webapp/index.html
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/index.html	Thu Apr 18 13:15:23 2013 +0200
+++ b/src/main/webapp/index.html	Thu Apr 18 13:16:33 2013 +0200
@@ -9,11 +9,12 @@
 <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>
+  <li><a href="rest/default">Hallo Welt</a></li>
 </ul>
 <h2>Proben</h2>
 <ul>
-  <li><a href="/proben">List Proben</a></li>
+  <li><a href="rest/proben">List Proben</a></li>
+  <li><a href="rest/proben/1">Auswahl Probe (1)</a></li>
 </ul>
 </body>
 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)