Mercurial > lada > lada-server
comparison src/main/webapp/index.html @ 9:02093e21ec25
Fix Links for tests.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 13:16:33 +0200 |
parents | 8bffb9e465c9 |
children | f4bc98fb8aac |
comparison
equal
deleted
inserted
replaced
8:1016bcc08bb3 | 9:02093e21ec25 |
---|---|
7 <body> | 7 <body> |
8 <h1>Lada Debug Page</h1> | 8 <h1>Lada Debug Page</h1> |
9 <p>This is the debugging page for the lada webservice. Below you find some links to trigger actions on the REST Api.</p> | 9 <p>This is the debugging page for the lada webservice. Below you find some links to trigger actions on the REST Api.</p> |
10 <h2>Test</h2> | 10 <h2>Test</h2> |
11 <ul> | 11 <ul> |
12 <li><a href="/default">Hallo Welt</a></li> | 12 <li><a href="rest/default">Hallo Welt</a></li> |
13 </ul> | 13 </ul> |
14 <h2>Proben</h2> | 14 <h2>Proben</h2> |
15 <ul> | 15 <ul> |
16 <li><a href="/proben">List Proben</a></li> | 16 <li><a href="rest/proben">List Proben</a></li> |
17 <li><a href="rest/proben/1">Auswahl Probe (1)</a></li> | |
17 </ul> | 18 </ul> |
18 </body> | 19 </body> |
19 </html> | 20 </html> |