diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-31 23:15:45 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-31 23:15:45 +0200 |
commit | c95f72616f59a317f72c58c0e5664992504a48e5 (patch) | |
tree | 9ca3029b00b5fd67434f769b7cb621b4c6741bcf /test/client-ctx.html | |
parent | 1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570 (diff) |
refactoring (in progress, tbf)
Change-Id: Id9a98da85bb838b9401dad48a6652207ab4db191
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/client-ctx.html')
-rw-r--r-- | test/client-ctx.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/client-ctx.html b/test/client-ctx.html new file mode 100644 index 00000000..26f4bcfb --- /dev/null +++ b/test/client-ctx.html @@ -0,0 +1,9 @@ +<html> + <head> + <title>Client Ctx test</title> + <body> + <h1>Client Ctx test</h1> + <ol> + <li><a href="api/context/create">create</a> + <li><a href="api/context/action">check</a> + <li><a href="api/context/close">close</a> |