@erpp/react-api-cronos-frontend 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1260,7 +1260,8 @@ var APIClientBase = class {
|
|
|
1260
1260
|
return {
|
|
1261
1261
|
baseURL: ApiClientContext.baseUrl,
|
|
1262
1262
|
headers: {
|
|
1263
|
-
Authorization: `Bearer ${ApiClientContext.token}`,
|
|
1263
|
+
// Authorization: `Bearer ${ApiClientContext.token}`,
|
|
1264
|
+
Authorization: `${ApiClientContext.token}`,
|
|
1264
1265
|
Accept: "application/json"
|
|
1265
1266
|
},
|
|
1266
1267
|
params: query
|