diff --git a/src/main.rs b/src/main.rs index 1a63e15..2309ea5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -173,7 +173,8 @@ async fn rocket() -> _ { routes::flow::active_flows_route, routes::flow::flow_api_route, routes::flow::create_flow_note_route, - routes::flow::flow_notes_route + routes::flow::flow_notes_route, + routes::item::item_image_route ], ) .manage(itemdb)