import { api } from "@/config"; import { API_GET_GPS } from "@/constants"; export async function fetchGpsData() { return api.get(API_GET_GPS); }