We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a88390 commit 146dc1aCopy full SHA for 146dc1a
1 file changed
src/modules/mx-space/api-client.ts
@@ -23,7 +23,7 @@ axiosAdaptor.default.interceptors.request.use(
23
req.headers = {
24
...req.headers,
25
"user-agent": userAgent,
26
- authorization: appConfig.mxSpace.token,
+ "x-api-key": appConfig.mxSpace.token,
27
"x-request-id": Math.random().toString(36).slice(2),
28
} as any;
29
0 commit comments