All files / config apiEndPoints.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 122x                      
export const API_ENDPOINTS = {
  ODDS_HISTORY: "v1/azuro/odds-history",
  GET_ACTIVE_BETS: `v1/azuro/get-active-bets`,
  GET_BET_DETAILS: "v1/azuro/get-bet-details",
  GET_MY_SLIPS: "v1/kohin/get-my-slips",
  GET_SLIP_HISTORY: "v1/kohin/get-slip-history",
  GET_TRANSACTION_HISTORY: "v1/kohin/get-transaction-history",
  GET_MY_DEPOSITS: "v1/kohin/get-my-deposits",
  GET_POOL_APR: "v1/kohin/get-pool-apr",
  GET_BET_STATUS: "v1/kohin/get-bet-status",
};