chore: 移除不必要的 image-proxy (#451)
This commit is contained in:
@@ -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"))]
|
||||
|
||||
Reference in New Issue
Block a user