update dashboard view

This commit is contained in:
wayanrivan
2025-04-23 17:00:02 +07:00
parent 0ea561aebc
commit 7db3e72476
4 changed files with 297 additions and 77 deletions

View File

@ -9,6 +9,7 @@ interface apiConfigProps {
service_disbursement: string;
service_notification: string;
service_feedback: string;
api_dashboard:string
}
const API_URL = import.meta.env.VITE_APP_API_URL;
@ -24,6 +25,7 @@ const apiConfig: apiConfigProps = {
transaction: `${API_URL}/x`,
service_disbursement: `${API_URL}/s`,
service_notification: `${API_URL}/n`,
api_dashboard: `${API_URL}/r`,
nationality: `https://tpay.shiblysolution.id/cms/api/mobile/list-country/`
};