fix
This commit is contained in:
parent
30638bd80b
commit
ad96e2938d
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
use mongod::{Model, Referencable};
|
||||
use mongod::Model;
|
||||
|
||||
use crate::item::Item;
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
use std::{future::Future, pin::Pin};
|
||||
|
||||
use futures::FutureExt;
|
||||
use mongod::{
|
||||
derive::{Model, Referencable},
|
||||
|
|
|
@ -92,7 +92,8 @@ async fn rocket() -> _ {
|
|||
routes::flow::create_flow_route,
|
||||
routes::item::move_transaction_route,
|
||||
routes::item::variant_price_latest_by_origin,
|
||||
routes::item::item_stat_route
|
||||
routes::item::item_stat_route,
|
||||
routes::flow::active_flows_route
|
||||
],
|
||||
)
|
||||
.manage(itemdb)
|
||||
|
|
Loading…
Reference in a new issue