From 436d915f9f7db8f848d183f9519ef42ef572d620 Mon Sep 17 00:00:00 2001 From: pawan-dot <71133473+pawan-dot@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:18:36 +0530 Subject: [PATCH] good --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index fd60cb2..dc8165f 100644 --- a/src/index.js +++ b/src/index.js @@ -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://cms-api-dashboard.herokuapp.com/'; + // axios.defaults.baseURL = 'http://localhost:5000' axios.defaults.headers = { 'Cache-Control': 'no-cache,no-store', 'Pragma': 'no-cache',