This commit is contained in:
pawan-dot 2022-06-09 15:18:36 +05:30
parent 91b4ff5ecb
commit 436d915f9f

View File

@ -10,8 +10,8 @@ import store from './store'
import axios from 'axios' import axios from 'axios'
const setupAxios = () => { const setupAxios = () => {
// axios.defaults.baseURL = 'https://dating-api-server.herokuapp.com'; axios.defaults.baseURL = 'https://cms-api-dashboard.herokuapp.com/';
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',