@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.mjs
CHANGED
|
@@ -757,7 +757,8 @@ var APIClientBase = class {
|
|
|
757
757
|
return {
|
|
758
758
|
baseURL: ApiClientContext.baseUrl,
|
|
759
759
|
headers: {
|
|
760
|
-
Authorization: `Bearer ${ApiClientContext.token}`,
|
|
760
|
+
// Authorization: `Bearer ${ApiClientContext.token}`,
|
|
761
|
+
Authorization: `${ApiClientContext.token}`,
|
|
761
762
|
Accept: "application/json"
|
|
762
763
|
},
|
|
763
764
|
params: query
|