Merge pull request #5099 from Budibase/merge-master

Merge master -> develop
This commit is contained in:
Rory Powell 2022-03-25 16:53:02 +00:00 committed by GitHub
commit 8cb93096e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ router
authorized(PermissionTypes.TABLE, PermissionLevels.WRITE),
controller.uploadFile
)
.get("/:appId/:path*", controller.serveApp)
.get("/app/:appUrl/:path*", controller.serveApp)
.post(
"/api/attachments/:datasourceId/url",