fix detail member
This commit is contained in:
@ -4,7 +4,8 @@ interface apiConfigProps {
|
||||
service_master_data: string;
|
||||
service_transaction: string;
|
||||
service_wallet: string;
|
||||
transaction: string
|
||||
transaction: string;
|
||||
nationality: string;
|
||||
}
|
||||
|
||||
const API_URL = import.meta.env.VITE_APP_API_URL;
|
||||
@ -16,7 +17,9 @@ const apiConfig: apiConfigProps = {
|
||||
service_master_data: `${API_URL}/t`,
|
||||
service_transaction: `${API_URL}/tt`,
|
||||
service_wallet: `${API_URL}/w`,
|
||||
transaction: `${API_URL}/x`
|
||||
transaction: `${API_URL}/x`,
|
||||
nationality: `https://tpay.shiblysolution.id/cms/api/mobile/list-country/
|
||||
`
|
||||
};
|
||||
|
||||
export { apiConfig };
|
||||
|
||||
Reference in New Issue
Block a user