Jan Naahs 2b3886de6e wip
2020-06-09 23:41:08 +02:00

7 lines
111 B
JavaScript

import Axios from "axios";
const client = Axios.create({
withCredentials: true
});
export default client;