mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix missing headers
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4918fe171a
commit
de1e3919eb
@ -37,6 +37,7 @@ const lensFetchInjectable = getInjectable({
|
|||||||
return fetch(`https://127.0.0.1:${lensProxyPort.get()}${pathnameAndQuery}`, {
|
return fetch(`https://127.0.0.1:${lensProxyPort.get()}${pathnameAndQuery}`, {
|
||||||
...init,
|
...init,
|
||||||
agent,
|
agent,
|
||||||
|
headers,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user