diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 13:31:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 13:31:43 +0900 |
| commit | 4953842ff1c65fc850c856e11598e9901ff7c6e1 (patch) | |
| tree | f06129067250842ee44a975235a054cc27b3dc44 /src/server/api/endpoints.ts | |
| parent | :art: (diff) | |
| download | sharkey-4953842ff1c65fc850c856e11598e9901ff7c6e1.tar.gz sharkey-4953842ff1c65fc850c856e11598e9901ff7c6e1.tar.bz2 sharkey-4953842ff1c65fc850c856e11598e9901ff7c6e1.zip | |
:v:
Diffstat (limited to 'src/server/api/endpoints.ts')
| -rw-r--r-- | src/server/api/endpoints.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index 7cf49debe9..3686918147 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -234,6 +234,12 @@ const endpoints: Endpoint[] = [ }, { + name: 'i/favorites', + withCredential: true, + kind: 'favorites-read' + }, + + { name: 'othello/match', withCredential: true }, |