Skip to content

Commit

Permalink
docs: add bearer header in smart insight page
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtuneLee committed Jul 3, 2024
1 parent f27da2e commit 69f0cf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vmind",
"comment": "add bearer header in smart insight page",
"type": "none"
}
],
"packageName": "@visactor/vmind"
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export function DataInput(props: IPropsType) {
cache,
showThoughts: showThoughts,
headers: {
Authorization: `Bearer ${apiKey}`,
'api-key': apiKey
}
});
Expand Down

0 comments on commit 69f0cf7

Please sign in to comment.