parent
669ab65be9
commit
7c39b10435
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@ export function runAPI(express, app, gitCommit, gitBranch, __dirname) {
|
||||||
}
|
}
|
||||||
|
|
||||||
streamInfo.headers = {
|
streamInfo.headers = {
|
||||||
...req.headers,
|
...streamInfo.headers,
|
||||||
...streamInfo.headers
|
...req.headers
|
||||||
};
|
};
|
||||||
|
|
||||||
return stream(res, { type: 'internal', ...streamInfo });
|
return stream(res, { type: 'internal', ...streamInfo });
|
||||||
|
|
Loading…
Reference in a new issue