url changed

This commit is contained in:
tazimmadre 2023-09-21 21:01:35 +05:30
parent cc6cc1102a
commit 4061244fe0

View File

@ -14,8 +14,8 @@ import { createRoot } from "react-dom/client";
const setupAxios = () => {
//axios.defaults.baseURL = 'https://bolo-api.checkapp.one/'
axios.defaults.baseURL = "http://localhost:8000";
// axios.defaults.baseURL = "https://boloai-api.onrender.com"; //->USE THIS
// axios.defaults.baseURL = "http://localhost:8000";
axios.defaults.baseURL = "https://crowded-sweatpants-elk.cyclic.cloud/"; //->latest deployed
axios.defaults.headers = {
"Cache-Control": "no-cache,no-store",