first commit

This commit is contained in:
pawan-dot 2023-03-09 16:23:25 +05:30
parent 0fe41e3b3b
commit 33cc57953b

View File

@ -11,8 +11,8 @@ import axios from 'axios'
import { store } from './redux/store'; import { store } from './redux/store';
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:5000' //axios.defaults.baseURL = 'http://localhost:5000'
axios.defaults.headers = { axios.defaults.headers = {
'Cache-Control': 'no-cache,no-store', 'Cache-Control': 'no-cache,no-store',
'Pragma': 'no-cache', 'Pragma': 'no-cache',