1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

switch back to /landing proto route

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-09 07:51:55 +03:00
parent 35811d7707
commit 7f6a4158e0

View File

@ -17,7 +17,7 @@ export function bindProtocolAddRouteHandlers() {
.addInternalHandler("/", () => {
navigate(catalogURL());
})
.addInternalHandler("/catalog", () => {
.addInternalHandler("/landing", () => {
navigate(catalogURL());
})
.addInternalHandler("/cluster", () => {