feat(WIP): 국가 베팅 '기능만' 구현
This commit is contained in:
@@ -13,6 +13,11 @@ async function done<ResultType extends ValidResponse, ErrorType extends InvalidR
|
||||
}
|
||||
|
||||
const apiRealPath = {
|
||||
Betting:{
|
||||
Bet: done,
|
||||
GetBettingDetail: done,
|
||||
GetBettingList: done,
|
||||
},
|
||||
Command: {
|
||||
GetReservedCommand: done,
|
||||
PushCommand: done,
|
||||
|
||||
Reference in New Issue
Block a user