良い感じに

This commit is contained in:
syuilo 2017-02-27 16:51:08 +09:00
parent 560b9191db
commit 9ac9ff1800
5 changed files with 128 additions and 1 deletions

View file

@ -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 },