fix
This commit is contained in:
parent
66b2a959d7
commit
edfb2da790
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ async fn rocket() -> _ {
|
||||||
route::admin::clean_library,
|
route::admin::clean_library,
|
||||||
route::admin::get_orphans_route,
|
route::admin::get_orphans_route,
|
||||||
route::admin::get_singles_route,
|
route::admin::get_singles_route,
|
||||||
route::event::event_report_route
|
route::event::event_report_route,
|
||||||
|
route::search::search_route
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
.manage(lib)
|
.manage(lib)
|
||||||
|
|
Loading…
Reference in a new issue