mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix node shell not loading
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
f678bf4b2e
commit
3b1d74388e
@ -11,7 +11,7 @@ const apiBaseHostHeaderInjectable = getInjectable({
|
||||
instantiate: (di) => {
|
||||
const lensProxyPort = di.inject(lensProxyPortInjectable);
|
||||
|
||||
return `localhost:${lensProxyPort.get()}`;
|
||||
return `lens.app:${lensProxyPort.get()}`;
|
||||
},
|
||||
injectionToken: apiBaseHostHeaderInjectionToken,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user