diff --git a/src/main.rs b/src/main.rs index 2c6c16c..4fabf1c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -70,7 +70,8 @@ async fn rocket() -> _ { route::admin::clean_library, route::admin::get_orphans_route, route::admin::get_singles_route, - route::event::event_report_route + route::event::event_report_route, + route::search::search_route ], ) .manage(lib)