1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

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

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",