add global item stat route

This commit is contained in:
JMARyA 2024-09-20 12:53:22 +02:00
parent 055395337c
commit b468aab088
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 29 additions and 1 deletions

View file

@ -91,7 +91,8 @@ async fn rocket() -> _ {
routes::flow::continue_flow_route,
routes::flow::create_flow_route,
routes::item::move_transaction_route,
routes::item::variant_price_latest_by_origin
routes::item::variant_price_latest_by_origin,
routes::item::item_stat_route
],
)
.manage(itemdb)