first commit
This commit is contained in:
parent
0fe41e3b3b
commit
33cc57953b
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user