1
0
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:
Sebastian Malton 2023-01-13 10:52:09 -05:00
parent 4918fe171a
commit de1e3919eb

View File

@ -37,6 +37,7 @@ const lensFetchInjectable = getInjectable({
return fetch(`https://127.0.0.1:${lensProxyPort.get()}${pathnameAndQuery}`, {
...init,
agent,
headers,
});
};
},