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/sample-post.html | |
parent | 1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570 (diff) |
refactoring (in progress, tbf)
Change-Id: Id9a98da85bb838b9401dad48a6652207ab4db191
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test/sample-post.html')
-rw-r--r-- | test/sample-post.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/sample-post.html b/test/sample-post.html new file mode 100644 index 00000000..c9decdcb --- /dev/null +++ b/test/sample-post.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>Sample Post test</title> + <body> + <h1>Sample Post test</h1> + <ol> + <li><a href="api/post/upload-json">upload json</a> + <li><a href="api/post/upload-image">upload json</a> + <li><a href="api/post/upload-music">upload json</a> + <li><a href="api/post/upload-appli">upload json</a> |