Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Oct 19, 2024
1 parent 0aafb6b commit d0fba5b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions blog/data/auth/api_keys.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[
{
"key": "test",
"permissions": [
"articles"
]
}
]
{
"keys": [
{
"key": "test",
"permissions": [
"articles"
]
}
]
}

0 comments on commit d0fba5b

Please sign in to comment.