updating attachment relative path so it works in all envs
This commit is contained in:
parent
2fa99c4578
commit
0c608299af
|
@ -54,6 +54,6 @@ exports.clientLibraryPath = appId => {
|
||||||
|
|
||||||
exports.attachmentsRelativeURL = attachmentKey => {
|
exports.attachmentsRelativeURL = attachmentKey => {
|
||||||
return exports.checkSlashesInUrl(
|
return exports.checkSlashesInUrl(
|
||||||
`/${ObjectStoreBuckets.APPS}/${attachmentKey}`
|
`${exports.objectStoreUrl()}/${attachmentKey}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue