update change pincode

This commit is contained in:
wayanrivan
2025-04-28 16:41:42 +07:00
parent 1f1679c185
commit 8bdad1bb3f
3 changed files with 141 additions and 49 deletions

View File

@ -2,6 +2,7 @@ interface apiConfigProps {
service_dashboard: string;
service_customer: string;
service_master_data: string;
service_master_data2: string;
service_transaction: string;
service_wallet: string;
transaction: string;
@ -18,7 +19,7 @@ const apiConfig: apiConfigProps = {
// service_dashboard: `${API_URL}${import.meta.env.VITE_ENV != 'development' ? '/d' : ''}`,
service_dashboard: `${API_URL}/d`,
service_customer: `${API_URL}/c`,
// service_master_data: `${API_URL}/m`
service_master_data2: `${API_URL}/m`,
service_master_data: `${API_URL}/t`,
service_transaction: `${API_URL}/tt`,
service_wallet: `${API_URL}/w`,