update
This commit is contained in:
parent
a8dfe5f0e9
commit
37475460e2
5 changed files with 93 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue