added voiceid and audio url
This commit is contained in:
parent
b0e04413bf
commit
7d040be020
@ -14,8 +14,8 @@ import { createRoot } from "react-dom/client";
|
|||||||
|
|
||||||
const setupAxios = () => {
|
const setupAxios = () => {
|
||||||
//axios.defaults.baseURL = 'https://bolo-api.checkapp.one/'
|
//axios.defaults.baseURL = 'https://bolo-api.checkapp.one/'
|
||||||
axios.defaults.baseURL = "http://localhost:8000";
|
// axios.defaults.baseURL = "http://localhost:8000";
|
||||||
// axios.defaults.baseURL = "https://crowded-sweatpants-elk.cyclic.cloud/"; //->latest deployed
|
axios.defaults.baseURL = "https://crowded-sweatpants-elk.cyclic.cloud/"; //->latest deployed
|
||||||
|
|
||||||
axios.defaults.headers = {
|
axios.defaults.headers = {
|
||||||
"Cache-Control": "no-cache,no-store",
|
"Cache-Control": "no-cache,no-store",
|
||||||
|
Loading…
Reference in New Issue
Block a user