This commit is contained in:
pawan-dot 2023-03-03 17:38:10 +05:30
parent 6445a07e09
commit 93c741fb79

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://api-airport.checkapp.one/' axios.defaults.baseURL = 'https://jatinmor-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',