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