Skip to content

Commit

Permalink
misskey-jsのビルドによる自動更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Jul 19, 2024
1 parent f6f0d5a commit cbbe592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/misskey-js/src/autogen/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1343,4 +1343,7 @@ export const endpointReqTypes: Record<keyof Endpoints, 'application/json' | 'mul
'reversi/show-game': 'application/json',
'reversi/surrender': 'application/json',
'reversi/verify': 'application/json',
'mahjong/create-room': 'application/json',
'mahjong/join-room': 'application/json',
'mahjong/show-room': 'application/json',
};

0 comments on commit cbbe592

Please sign in to comment.