From 7d040be020eaa94187e37382f6083dfdc62ef350 Mon Sep 17 00:00:00 2001 From: Pratish Ninawe Date: Fri, 6 Oct 2023 14:36:55 +0530 Subject: [PATCH] added voiceid and audio url --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 6fbca94..5d0cb24 100644 --- a/src/index.js +++ b/src/index.js @@ -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://crowded-sweatpants-elk.cyclic.cloud/"; //->latest deployed + // 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",