fix: align Rust ML service with verified cargo build

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-23 12:21:33 +00:00
co-authored by Claude Opus 4.7
parent e2e3addd66
commit e03c8a60fe
5 changed files with 2289 additions and 26 deletions
-1
View File
@@ -5,7 +5,6 @@ use crate::error::ServiceError;
use crate::image::preprocess_image;
use axum::{
extract::{State, Multipart},
http::StatusCode,
routing::{get, post},
Json, Router,
};