Skip to content

Commit 4b642a3

Browse files
committed
fix: file uploading
1 parent e701d71 commit 4b642a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/attachments/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = [
146146
req.log.debug('retrieving download url');
147147
return httpClient.post(`${fileServiceUrl}downloadurl`, {
148148
param: {
149-
path,
149+
filePath: path,
150150
},
151151
});
152152
}

0 commit comments

Comments
 (0)