add maps
This commit is contained in:
6
controller/DeviceController.ts
Normal file
6
controller/DeviceController.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { api } from "@/config";
|
||||
import { API_GET_GPS } from "@/constants";
|
||||
|
||||
export async function fetchGpsData() {
|
||||
return api.get<Model.GPSResonse>(API_GET_GPS);
|
||||
}
|
||||
Reference in New Issue
Block a user