Skip to content

Commit 3c3f002

Browse files
VERZUOL1Overzunov
andauthored
fix(http service): change auth header (#1164)
Co-authored-by: Overzunov <[email protected]>
1 parent f539190 commit 3c3f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/HttpService/HttpService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ export class HttpService {
936936
]);
937937

938938
request.headers = {
939-
Authorization: `Bearer ${buff.toString('base64')}`,
939+
'X-Authorization': `Bearer ${buff.toString('base64')}`,
940940
};
941941
break;
942942
}

0 commit comments

Comments
 (0)