import { Axios } from 'axios'; const oriyoClient = new Axios({ baseURL: process.env.ORIOYO_API_ENDPOINT || '', headers: { 'Content-type': 'application/json', }, }); export default oriyoClient;