add flow api route
This commit is contained in:
parent
65bfb5f8e2
commit
9135c2f913
2 changed files with 10 additions and 1 deletions
|
@ -93,7 +93,8 @@ async fn rocket() -> _ {
|
|||
routes::item::move_transaction_route,
|
||||
routes::item::variant_price_latest_by_origin,
|
||||
routes::item::item_stat_route,
|
||||
routes::flow::active_flows_route
|
||||
routes::flow::active_flows_route,
|
||||
routes::flow::flow_api_route
|
||||
],
|
||||
)
|
||||
.manage(itemdb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue