Mercurial > lada > lada-server
changeset 7:8bffb9e465c9
Added test call
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 13:01:10 +0200 |
parents | 5dcccaf3d007 |
children | 1016bcc08bb3 |
files | src/main/webapp/index.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/webapp/index.html Thu Apr 18 12:13:21 2013 +0200 +++ b/src/main/webapp/index.html Thu Apr 18 13:01:10 2013 +0200 @@ -7,6 +7,10 @@ <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>