add flow api route

This commit is contained in:
JMARyA 2024-09-23 16:37:18 +02:00
parent 65bfb5f8e2
commit 9135c2f913
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 10 additions and 1 deletions

View file

@ -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)