summaryrefslogtreecommitdiff
path: root/js/image.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/image.js')
-rw-r--r--js/image.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/image.js b/js/image.js
index 9ac1290..ef58f4b 100644
--- a/js/image.js
+++ b/js/image.js
@@ -69,7 +69,7 @@ function uploadImage(opt){
form.append("qqfile", opt.blob);
var req = new XMLHttpRequest();
- req.open("POST", "/cgi-bin/im/upload");
+ req.open("POST", "/cgi-bin/im/shader/upload");
req.onload = function(event) {
if (req.status == 200) {
var res = JSON.parse(req.responseText);