Jan Naahs 9aae0b84d3 wip
2020-06-10 15:15:00 +02:00

10 lines
176 B
JavaScript

import Axios from "axios";
const client = Axios.create({
withCredentials: true,
headers: {
'Content-Type': 'application/json'
}
});
export default client;