import axios from "axios"; /* --------Connecting to the endpoint server------- */ export const ApiConnect4 = axios.create({ // baseURL: "http://localhost:3000/api", // baseURL: "https://gate.obananapay.com/api/", baseURL: "https://psgc.gitlab.io/api/", // responseType: "json", // withCredentials: true, }); export default ApiConnect4;