From f2b946f1af005f6be15efd67f5b1508a30fa0c92 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 5 Nov 2022 01:00:05 +0100 Subject: Indexer+Frontend: Integrate with actix --- frontend/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/src/main.rs b/frontend/src/main.rs index 6732466..29bdd71 100644 --- a/frontend/src/main.rs +++ b/frontend/src/main.rs @@ -17,10 +17,10 @@ enum Route { fn switch_routes(routes: Route) -> Html { match routes { Route::OSSEHome | Route::OSSEHomeEmptySearch => html! { - } /> + } /> }, Route::OSSESearch { query } => html! { - + }, } } -- cgit 1.4.1