export const BASE_API_URL = "http://localhost.local:8081/api" export const getAxiosConfig = (token) => { return { headers: { Authorization: `Bearer ${token}` } }; }