麻雀関連のキーバリューペアを追加
This commit is contained in:
parent
42461b289a
commit
c349cdf70c
|
@ -1343,4 +1343,7 @@ export const endpointReqTypes: Record<keyof Endpoints, 'application/json' | 'mul
|
||||||
'reversi/show-game': 'application/json',
|
'reversi/show-game': 'application/json',
|
||||||
'reversi/surrender': 'application/json',
|
'reversi/surrender': 'application/json',
|
||||||
'reversi/verify': 'application/json',
|
'reversi/verify': 'application/json',
|
||||||
|
'mahjong/create-room': 'application/json',
|
||||||
|
'mahjong/join-room': 'application/json',
|
||||||
|
'mahjong/show-room': 'application/json',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue