diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-04-19 18:02:11 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-04-19 18:02:11 +0200 |
commit | 9e3afb8aa598f3e69e2c3723335507c12b4cd1f1 (patch) | |
tree | 97459a101bd4e3291547a42600c4012caf4d1274 /test/hello-world.html | |
parent | 46d9538587a3521caa1e3b20bf337a53ed400777 (diff) |
initial event handler
Change-Id: Idb92d6de9904d050b37ef0a5d664e82573ff640d
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 67464ff5..f8e0f54a 100644 --- a/test/hello-world.html +++ b/test/hello-world.html @@ -9,5 +9,6 @@ <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> + <li><a href="api/hello/pingevent?toto&tata&titi=u">ping event</a> <li><a href="api/hello/none">not a verb</a> <li><a href="api/none/none">not an api</a> |