forgor
This commit is contained in:
parent
645c7f2d98
commit
2377afc835
|
@ -29,7 +29,7 @@ struct UploadedFile {
|
|||
hash: String,
|
||||
}
|
||||
|
||||
#[instrument(skip(body))]
|
||||
#[instrument(skip(_db, body))]
|
||||
async fn upload_file(
|
||||
State(_db): State<PgPool>,
|
||||
body: BodyStream,
|
||||
|
|
Loading…
Reference in a new issue