Skip to content

Commit 2cdd96e

Browse files
authored
Update table header to fix test
1 parent e2effd4 commit 2cdd96e

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/storage/authorization

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/storage/authorization/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const storage = defineStorage({
233233

234234
The access control matrix for this configuration is
235235

236-
| | media/\* | media/profile-pictures/\* | media/albums/\* | other/\* |
236+
| Path | media/\* | media/profile-pictures/\* | media/albums/\* | other/\* |
237237
| --- | --- | --- | --- | --- |
238238
| **Authenticated Users** | read, write, delete | NONE | read | read, write |
239239
| **Guest users** | NONE | read | NONE | read |

0 commit comments

Comments
 (0)