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/aa9143040bd3cdc5818964dce7b0e94b.json

1 line
1.9 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":1563899012370},{"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 _defineProperty from \"/home/soeren/dev/keksaccountgui/node_modules/@babel/runtime-corejs2/helpers/esm/defineProperty\";\nimport axios from 'axios';\nexport default (function () {\n var _axios$create;\n\n return axios.create((_axios$create = {\n baseURL: \"http://127.0.0.1:8000/api/\"\n }, _defineProperty(_axios$create, \"baseURL\", \"https://api.account.keks.cloud/api/\"), _defineProperty(_axios$create, \"withCredentials\", false), _defineProperty(_axios$create, \"headers\", {\n 'Accept': 'application/json',\n 'Content-Type': 'application/json'\n }), _axios$create));\n});",{"version":3,"sources":["/home/soeren/dev/keksaccountgui/src/services/Api.js"],"names":["axios","create","baseURL"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AAEA,gBAAc,YAAM;AAAA;;AAChB,SAAOA,KAAK,CAACC,MAAN;AACHC,IAAAA,OAAO;AADJ,yIAGc,KAHd,6CAIM;AACL,cAAU,kBADL;AAEL,oBAAgB;AAFX,GAJN,kBAAP;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}"]}]}