fix imageupload path

This commit is contained in:
Jakob Ketterl 2021-04-29 19:41:06 +02:00
parent f481c3f8e3
commit 318cb728e1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $.fn.imageUpload = function() {
return;
}
$.ajax({
url: '/imageupload?id=' + id,
url: '../imageupload?id=' + id,
type: 'POST',
data: e.target.result,
processData: false,