push for fix bug!

This commit is contained in:
Alihaghighattalab
2024-08-14 14:21:08 +03:30
parent 3bbf577093
commit 855cbc414d
10 changed files with 113 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
import axiosInstance from "../axios";
export const getTransactionsList = () => axiosInstance.get<any>("/gps/transactions")