add flow notes
This commit is contained in:
parent
132aeee971
commit
860508fa29
4 changed files with 84 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue