url changed
This commit is contained in:
parent
cc6cc1102a
commit
4061244fe0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user