frst
This commit is contained in:
parent
4a1baaf854
commit
6445a07e09
@ -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://api-airport.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',
|
||||||
|
Loading…
Reference in New Issue
Block a user