refac: 장수 삭제를 api로 이동

This commit is contained in:
2022-07-02 02:43:10 +09:00
parent 398c11e607
commit 687559a1a3
6 changed files with 81 additions and 84 deletions
+1
View File
@@ -125,6 +125,7 @@ const apiRealPath = {
DropItem: PUT as APICallT<{
itemType: ItemTypeKey;
}>,
DieOnPrestart: POST as APICallT<undefined>,
},
Global: {
GeneralList: GET as APICallT<undefined, GeneralListResponse>,