add transaction move
This commit is contained in:
parent
e26c8b3469
commit
0d4ed15460
3 changed files with 32 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue