import axios from "axios";

axios.defaults.withCredentials = true;
axios.defaults.headers.common["Authorization"] = "Bearer ";

export default axios;