We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c6dd5 commit dabd267Copy full SHA for dabd267
src/pages/[platform]/build-a-backend/storage/define-storage/index.mdx
@@ -113,7 +113,7 @@ export const storage = defineStorage({
113
name: 'myProjectFiles',
114
access: (allow) => ({
115
'public/*': [
116
- allow.guest.to(['read'])
+ allow.guest.to(['read']),
117
allow.authenticated.to(['read', 'write', 'delete']),
118
],
119
'protected/{entity_id}/*': [
0 commit comments