feat(api.js): creado servicio para la conexión con el back

parent 5a236438
Showing with 11 additions and 0 deletions
import axios from 'axios';
const api = axios.create({
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