Skip to content

Commit 791e765

Browse files
committed
feat: add file response path field
1 parent 3be84eb commit 791e765

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/extensions/file/local-uploader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class LocalUploader extends Uploader {
2626
arr.push({
2727
key: file.fieldname,
2828
id: exist.id,
29+
path: `${exist.path}`,
2930
url: `${siteDomain}/assets/${exist.path}`
3031
});
3132
} else {

0 commit comments

Comments
 (0)