Merge pull request #8598 from erikxiv/fix-api-auth-in-techdocs
fixes api auth bug in techdocs backend
This commit is contained in:
@@ -123,6 +123,11 @@ export class DefaultTechDocsCollator implements DocumentCollator {
|
||||
techDocsBaseUrl,
|
||||
entityInfo,
|
||||
),
|
||||
{
|
||||
headers: {
|
||||
Authorization: `Bearer ${token}`,
|
||||
},
|
||||
},
|
||||
);
|
||||
const searchIndex = await searchIndexResponse.json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user