1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Merge branch 'feature/global-user-management' of https://github.com/Budibase/budibase into feature/global-user-management

This commit is contained in:
Martin McKeaveney 2021-04-07 11:33:22 +01:00
commit edcc34e787

View file

@ -118,10 +118,7 @@ exports.serveApp = async function(ctx) {
}
exports.serveAttachment = async function(ctx) {
await returnObjectStoreFile(
ctx,
join(ctx.appId, "attachments", ctx.file)
)
await returnObjectStoreFile(ctx, join(ctx.appId, "attachments", ctx.file))
}
exports.serveAppAsset = async function(ctx) {