Stack-overflow icon indicating copy to clipboard operation
Stack-overflow copied to clipboard

problem with api server

Open ReinoutA opened this issue 2 years ago • 2 comments

const API = axios.create({ baseURL: "https://stack-overflow-eight.vercel.app/", });

To what does this need to be changed?

ReinoutA avatar Apr 12 '23 14:04 ReinoutA

You can change it to your localhost. don't use production url for development const API = axios.create({ baseURL: 'http://localhost:5000'})

vimalraj3 avatar Jun 25 '23 02:06 vimalraj3

is it fixed?

DiwashAdh avatar Aug 29 '23 11:08 DiwashAdh