Merge branch 'master' into merge-master

This commit is contained in:
Rory Powell 2022-03-25 16:51:58 +00:00
commit 00e85766c4
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",