1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Merge branch 'master' into merge-master

This commit is contained in:
Rory Powell 2022-03-25 16:51:58 +00:00
commit 00e85766c4

View file

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