This commit is contained in:
fro1991
2025-02-01 19:53:11 +07:00
parent 13a2c4d42c
commit 7e67f5f828
61 changed files with 3 additions and 5609 deletions

View File

@ -2,7 +2,7 @@ import { useState, useEffect } from 'react';
import axios from 'axios';
import { apiConfig } from '@/config/api.config';
const API_URL = apiConfig.service_credit;
const API_URL = apiConfig.service_dashboard;
interface YearData {
year: string;