UNPKG

maxipago-sdk-js

Version:
10 lines (7 loc) 145 B
import axios from 'axios'; const api = axios.create({ headers: { 'Content-Type': 'text/xml; charset=utf-8', }, }); export default api;