+analytics

This commit is contained in:
Vladimir Voronin
2025-01-23 00:16:36 +03:00
parent f60ed7c7fa
commit e4042928df
3 changed files with 111 additions and 17 deletions

View File

@@ -25,6 +25,6 @@ export const deleteCategory = async (id: number) => {
};
export const getCategoriesSumsRequest = async () => {
return await apiClient.get('/categories/by-month');
return await apiClient.get('/categories/by-month2');
}