smtp email updated
This commit is contained in:
parent
c90bb84024
commit
cd6eea6d41
@ -14,9 +14,9 @@ import { createRoot } from "react-dom/client";
|
|||||||
|
|
||||||
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:8000";
|
|
||||||
// axios.defaults.baseURL = "https://happy-sombrero-ray.cyclic.app/"; //->latest deployed
|
// axios.defaults.baseURL = "https://happy-sombrero-ray.cyclic.app/"; //->latest deployed
|
||||||
// axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed
|
// axios.defaults.baseURL = "http://localhost:8000";
|
||||||
|
axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed
|
||||||
|
|
||||||
axios.defaults.headers = {
|
axios.defaults.headers = {
|
||||||
"Cache-Control": "no-cache,no-store",
|
"Cache-Control": "no-cache,no-store",
|
||||||
|
Loading…
Reference in New Issue
Block a user