import axios from 'axios';

export default axios.create({
  baseURL: 'http://localhost:5267/api/'
});