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