UNPKG

tethysfaceid

Version:

16 lines (14 loc) 325 B
export const handleError = (e) => { console.log(e); }; export const getConfig = () => { const config = { headers: { Accept: 'application/json', 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json', 'access-control-allow-credentials': 'true', }, }; return config; };