add global item stat route
This commit is contained in:
parent
055395337c
commit
b468aab088
2 changed files with 29 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue