diff options
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> |