良い感じに
This commit is contained in:
parent
560b9191db
commit
9ac9ff1800
5 changed files with 128 additions and 1 deletions
|
@ -81,6 +81,7 @@ export default [
|
|||
{ name: 'following/create', shouldBeSignin: true, limitDuration: hour, limitMax: 100, kind: 'following-write' },
|
||||
{ name: 'following/delete', shouldBeSignin: true, limitDuration: hour, limitMax: 100, kind: 'following-write' },
|
||||
|
||||
{ name: 'posts', shouldBeSignin: false },
|
||||
{ name: 'posts/show', shouldBeSignin: false },
|
||||
{ name: 'posts/replies', shouldBeSignin: false },
|
||||
{ name: 'posts/context', shouldBeSignin: false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue