This commit is contained in:
JMARyA 2024-09-12 10:58:49 +02:00
parent a8dfe5f0e9
commit 37475460e2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 93 additions and 2 deletions

View file

@ -85,7 +85,9 @@ async fn rocket() -> _ {
routes::item::locations_list,
routes::item::location_inventory,
routes::flow::flow_info,
routes::flow::flows_list
routes::flow::flows_list,
routes::item::expired_items_route,
routes::item::min_items_route
],
)
.manage(itemdb)