This commit is contained in:
JMARyA 2024-08-17 10:56:04 +02:00
parent 66b2a959d7
commit edfb2da790
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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)