Geriano

Results 1 issues of Geriano

```rust #[utoipa::path( tag = "Master Storage", context_path = "/api/v1/storage", )] #[post("/")] pub async fn store( pool: Data, form: MultipartForm, socket: Data, ) -> Result { /* some code */ }...