add transaction move

This commit is contained in:
JMARyA 2024-09-13 22:33:21 +02:00
parent e26c8b3469
commit 0d4ed15460
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 32 additions and 3 deletions

View file

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