added voiceid and audio url

This commit is contained in:
Pratish Ninawe 2023-10-06 14:36:55 +05:30
parent b0e04413bf
commit 7d040be020

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://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",