complete installation reports page

This commit is contained in:
Alihaghighattalab
2024-08-17 10:32:21 +03:30
parent 5efff3f4b3
commit 2a54970b12
8 changed files with 102 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { RegisterDeviceResponse } from "../../types";
import axiosInstance from "../axios";
export const getRegisterDeviceList = () => axiosInstance.get<RegisterDeviceResponse[] | RegisterDeviceResponse | []>("/gps/register-device")
export const getRegisterDeviceList = () => axiosInstance.get<RegisterDeviceResponse[] | RegisterDeviceResponse | [], any>("/gps/register-device")