fix(mahjong): 麻雀をプレイできない問題を修正 (#14268)

* ビルドによる自動的なソース更新

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

* 役の定義をまとめてエクスポート

* タイポ修正

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

This reverts commit c349cdf70c.

* misskey-jsのビルドによる自動更新
This commit is contained in:
Take-John
2024-07-25 17:09:07 +09:00
committed by GitHub
parent 6b16b85203
commit 6c9f6e8057
5 changed files with 11 additions and 4 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',
};