Mercurial > lada > lada-server
view src/main/webapp/index.html @ 14:de959fc71eda
Added class to handle getting values from the database for the LProben model.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 17:02:21 +0200 |
parents | 02093e21ec25 |
children | f4bc98fb8aac |
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="rest/default">Hallo Welt</a></li> </ul> <h2>Proben</h2> <ul> <li><a href="rest/proben">List Proben</a></li> <li><a href="rest/proben/1">Auswahl Probe (1)</a></li> </ul> </body> </html>