add flow notes

This commit is contained in:
JMARyA 2024-09-25 08:38:12 +02:00
parent 132aeee971
commit 860508fa29
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 84 additions and 3 deletions

View file

@ -94,7 +94,9 @@ async fn rocket() -> _ {
routes::item::variant_price_latest_by_origin,
routes::item::item_stat_route,
routes::flow::active_flows_route,
routes::flow::flow_api_route
routes::flow::flow_api_route,
routes::flow::create_flow_note_route,
routes::flow::flow_notes_route
],
)
.manage(itemdb)