chore: 移除不必要的 image-proxy (#451)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-08-28 18:51:23 +08:00
committed by GitHub
parent 8ed2fbae24
commit 71519af2f3
5 changed files with 6 additions and 58 deletions

View File

@@ -81,11 +81,6 @@ pub struct InsertSubmissionRequest {
pub path: String,
}
#[derive(Deserialize)]
pub struct ImageProxyParams {
pub url: String,
}
#[derive(Deserialize, Validate)]
pub struct UpdateVideoSourceRequest {
#[validate(custom(function = "crate::utils::validation::validate_path"))]