diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-06 19:22:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-06 19:22:45 +0900 |
| commit | b0f989dbacbdbdd091b0d220496d22f47c795576 (patch) | |
| tree | c4af330d8eb11c1d0d5dc0a991409060e9287c6b /src/server/api/endpoints.ts | |
| parent | Update README.md (diff) | |
| download | misskey-b0f989dbacbdbdd091b0d220496d22f47c795576.tar.gz misskey-b0f989dbacbdbdd091b0d220496d22f47c795576.tar.bz2 misskey-b0f989dbacbdbdd091b0d220496d22f47c795576.zip | |
Deckにウィジェットを置けるように
Diffstat (limited to 'src/server/api/endpoints.ts')
| -rw-r--r-- | src/server/api/endpoints.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/api/endpoints.ts b/src/server/api/endpoints.ts index e9392d236b..94e649d29b 100644 --- a/src/server/api/endpoints.ts +++ b/src/server/api/endpoints.ts @@ -190,6 +190,11 @@ const endpoints: Endpoint[] = [ secure: true }, { + name: 'i/update_widget', + withCredential: true, + secure: true + }, + { name: 'i/change_password', withCredential: true, secure: true |