From e67517232b6de5e2ed9ec698ebf39e798d0e6f21 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Thu, 8 Oct 2015 00:31:32 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8700b94..423a268 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Make the uguu/ directory modifiable to the nginx user: # Todo -* Respond with JSON rather then a white page with echo, will break current tools for the page tho, maybe add a switch so using the webpage will respond using JSON by default and using the 'API' will respond with a plain echo by default? +* Restructure files. +* Make global config file. * Probably a lot of things but I'm a lazy fuck, come with suggestions. @@ -36,10 +37,8 @@ Make the uguu/ directory modifiable to the nginx user: E.g: - curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload (HTML Response) - curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool (Plain text Response)