store_file

Function store_file 

Source
pub async fn store_file(
    __arg0: State<Arc<AppState>>,
    multipart: Multipart,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>