From 9cb2acdafd7b53a498df420d4c617f19e76ec4f8 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 18 Apr 2024 03:35:07 +0200 Subject: [PATCH] fix(web): catch /config route --- web/src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/app.rs b/web/src/app.rs index 44bdf54..ae91ae8 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -87,6 +87,7 @@ pub fn App() -> impl IntoView { } /> } /> +