fix
This commit is contained in:
parent
30638bd80b
commit
ad96e2938d
3 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue