This commit is contained in:
syuilo 2018-06-02 00:15:17 +09:00
parent 924119651a
commit 484d17f53f
14 changed files with 73 additions and 50 deletions

View file

@ -449,12 +449,12 @@ const endpoints: Endpoint[] = [
kind: 'following-write'
},
{
name: 'following/request/accept',
name: 'following/requests/accept',
withCredential: true,
kind: 'following-write'
},
{
name: 'following/request/reject',
name: 'following/requests/reject',
withCredential: true,
kind: 'following-write'
},