We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be84eb commit 791e765Copy full SHA for 791e765
1 file changed
app/extensions/file/local-uploader.js
@@ -26,6 +26,7 @@ class LocalUploader extends Uploader {
26
arr.push({
27
key: file.fieldname,
28
id: exist.id,
29
+ path: `${exist.path}`,
30
url: `${siteDomain}/assets/${exist.path}`
31
});
32
} else {
0 commit comments