This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/.cache/babel-loader/b24d65da019e94c3c83f2e3572c74438.json

1 line
1.7 KiB
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{"remainingRequest":"/home/soeren/dev/keksaccountgui/node_modules/babel-loader/lib/index.js!/home/soeren/dev/keksaccountgui/node_modules/eslint-loader/index.js??ref--13-0!/home/soeren/dev/keksaccountgui/src/services/Api.js","dependencies":[{"path":"/home/soeren/dev/keksaccountgui/src/services/Api.js","mtime":1564132885583},{"path":"/home/soeren/dev/keksaccountgui/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/home/soeren/dev/keksaccountgui/node_modules/eslint-loader/index.js","mtime":499162500000}],"contextDependencies":[],"result":["import axios from 'axios';\nexport default (function () {\n return axios.create({\n baseURL: \"http://127.0.0.1:8000/api/\",\n //baseURL: `https://api.account.keks.cloud/api/`,\n withCredentials: false,\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n });\n});",{"version":3,"sources":["/home/soeren/dev/keksaccountgui/src/services/Api.js"],"names":["axios","create","baseURL","withCredentials","headers"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AAEA,gBAAc,YAAM;AAChB,SAAOA,KAAK,CAACC,MAAN,CAAa;AAChBC,IAAAA,OAAO,8BADS;AAEhB;AACAC,IAAAA,eAAe,EAAE,KAHD;AAIhBC,IAAAA,OAAO,EAAE;AACL,gBAAU,kBADL;AAEL,sBAAgB;AAFX;AAJO,GAAb,CAAP;AASH,CAVD","sourcesContent":["import axios from 'axios'\n\nexport default() => {\n return axios.create({\n baseURL: `http://127.0.0.1:8000/api/`,\n //baseURL: `https://api.account.keks.cloud/api/`,\n withCredentials: false,\n headers: {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }\n })\n}"]}]}