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