axios.create ({baseURL: ajaxUrl,timeout: 3000dint withcredentials: true}) what is the role of creating an instance? sharp-sharp-sharp problem description
introduce axios, and then request axios.get ("url") .then (res= > {}) on the page. What role does the created instance play here