diff --git a/src/pages/gen2/build-a-backend/storage/index.mdx b/src/pages/gen2/build-a-backend/storage/index.mdx index b2dc704f482..79992196e12 100644 --- a/src/pages/gen2/build-a-backend/storage/index.mdx +++ b/src/pages/gen2/build-a-backend/storage/index.mdx @@ -260,7 +260,7 @@ export const storage = defineStorage({ name: 'myProjectFiles', access: (allow) => ({ 'public/*': [ - allow.guest.to(['read']) + allow.guest.to(['read']), allow.authenticated.to(['read', 'write', 'delete']), ], 'protected/{entity_id}/*': [