import axios from "axios"; const API_URL = process.env["NEXT_PUBLIC_BASE_API"]; export const apiInstance = axios.create({ baseURL: API_URL, });