perf(api.js): eliminación de header para importar imagen

parent 522e2e4c
Showing with 5 additions and 4 deletions
import axios from 'axios';
const api = axios.create({
baseURL: 'http://localhost:8080',
headers: {
'Content-Type': 'application/json'
}
baseURL: 'http://localhost:8080'
// headers: {
// 'Content-Type': 'application/json'
// }
});
export default api;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment