Merge branch 'feature/global-user-management' of https://github.com/Budibase/budibase into feature/global-user-management
This commit is contained in:
commit
edcc34e787
|
@ -118,10 +118,7 @@ exports.serveApp = async function(ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.serveAttachment = async function(ctx) {
|
exports.serveAttachment = async function(ctx) {
|
||||||
await returnObjectStoreFile(
|
await returnObjectStoreFile(ctx, join(ctx.appId, "attachments", ctx.file))
|
||||||
ctx,
|
|
||||||
join(ctx.appId, "attachments", ctx.file)
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.serveAppAsset = async function(ctx) {
|
exports.serveAppAsset = async function(ctx) {
|
||||||
|
|
Loading…
Reference in New Issue