This commit is contained in:
pawan-dot 2022-05-29 23:54:45 +05:30
parent 6606e405d3
commit c191bb4cb0

View File

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