This commit is contained in:
pawan-dot 2022-08-09 16:54:18 +05:30
parent 518502f62b
commit 023b5113bc

View File

@ -11,8 +11,8 @@ import store from './store'
import axios from 'axios'
const setupAxios = () => {
// axios.defaults.baseURL = 'https://cms-api-dashboard.herokuapp.com/';
axios.defaults.baseURL = 'http://localhost:5000'
axios.defaults.baseURL = 'https://cms-api-dashboard.herokuapp.com/';
// axios.defaults.baseURL = 'http://localhost:5000'
axios.defaults.headers = {
'Cache-Control': 'no-cache,no-store',
'Pragma': 'no-cache',