This commit is contained in:
JMARyA 2024-10-19 20:13:37 +02:00
parent 4c0769199c
commit 2823eea3ee
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -173,7 +173,8 @@ async fn rocket() -> _ {
routes::flow::active_flows_route, routes::flow::active_flows_route,
routes::flow::flow_api_route, routes::flow::flow_api_route,
routes::flow::create_flow_note_route, routes::flow::create_flow_note_route,
routes::flow::flow_notes_route routes::flow::flow_notes_route,
routes::item::item_image_route
], ],
) )
.manage(itemdb) .manage(itemdb)