diff --git a/src/index.js b/src/index.js index 9f9488f..9feee83 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,9 @@ import { cibGmail } from "@coreui/icons"; const setupAxios = () => { //axios.defaults.baseURL = 'https://bolo-api.checkapp.one/' - axios.defaults.baseURL = "http://localhost:5000"; + //axios.defaults.baseURL = "http://localhost:5000"; + axios.defaults.baseURL = "https://boloai-api.onrender.com"; //->USE THIS + axios.defaults.headers = { "Cache-Control": "no-cache,no-store", Pragma: "no-cache",