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

parent 522e2e4c
Showing with 5 additions and 4 deletions
import axios from 'axios'; import axios from 'axios';
const api = axios.create({ const api = axios.create({
baseURL: 'http://localhost:8080', baseURL: 'http://localhost:8080'
headers: { // headers: {
'Content-Type': 'application/json' // 'Content-Type': 'application/json'
} // }
}); });
export default api; 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