1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Updated image

This commit is contained in:
2022-03-09 20:03:00 +01:00
parent 7964ca0fc7
commit 5e9e1ee02b
3 changed files with 129 additions and 44 deletions

View File

@ -8,7 +8,7 @@ use std::error::Error;
use std::str::from_utf8;
use exif::In;
use image::{GenericImageView, ImageFormat};
use image::ImageFormat;
use serde::Serialize;
use crate::api_data::http_error::HttpError;
@ -38,7 +38,7 @@ use crate::utils::zip_utils::is_valid_zip;
#[derive(Serialize)]
struct SuccessMessage {
success: String
success: String,
}