mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
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 = {
|
||||
...req.headers,
|
||||
...streamInfo.headers
|
||||
...streamInfo.headers,
|
||||
...req.headers
|
||||
};
|
||||
|
||||
return stream(res, { type: 'internal', ...streamInfo });
|
||||
|
|
Loading…
Reference in a new issue