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