From 7f6a4158e06080e11f47545eef3866b68e45373c Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 9 Apr 2021 07:51:55 +0300 Subject: [PATCH] switch back to /landing proto route Signed-off-by: Jari Kolehmainen --- src/renderer/protocol-handler/app-handlers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/protocol-handler/app-handlers.ts b/src/renderer/protocol-handler/app-handlers.ts index 84dd3ce9ec..b4d2232eb0 100644 --- a/src/renderer/protocol-handler/app-handlers.ts +++ b/src/renderer/protocol-handler/app-handlers.ts @@ -17,7 +17,7 @@ export function bindProtocolAddRouteHandlers() { .addInternalHandler("/", () => { navigate(catalogURL()); }) - .addInternalHandler("/catalog", () => { + .addInternalHandler("/landing", () => { navigate(catalogURL()); }) .addInternalHandler("/cluster", () => {