diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-04-01 18:01:26 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-04-01 18:01:26 +0200 |
commit | 70558f02b1c030c4290a0146313e3052fc0ea715 (patch) | |
tree | 3212b6c0c4a7e89ebc780a0be4a5a9c6b151688d /test/hello-world.html | |
parent | dde70b62b09f49ad672c104a3f81714bf11047be (diff) |
work in progress (tbf)
Change-Id: I1c4b48bc56a17b7351b57c3d4da53bd89465fff4
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/hello-world.html')
-rw-r--r-- | test/hello-world.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello-world.html b/test/hello-world.html index 88f2c95b..67464ff5 100644 --- a/test/hello-world.html +++ b/test/hello-world.html @@ -5,6 +5,7 @@ <h1>Hello world test</h1> <ol> <li><a href="api/hello/ping?toto=1">ping</a> + <li><a href="api/hello/pingfail">ping fail</a> <li><a href="api/hello/pingnull">ping null</a> <li><a href="api/hello/pingbug">ping bug</a> <li><a href="api/hello/pingJson?toto&tata&titi=u">ping json</a> |