麻雀関連のキーバリューペアを追加

This commit is contained in:
takejohn 2024-07-16 16:06:40 +09:00
parent 42461b289a
commit c349cdf70c
1 changed files with 3 additions and 0 deletions

View File

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