s/Event::HTTP/Event::Http/
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0014923352
commit
56ad41d4a2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ async fn main() -> Result<(), Option<()>> {
|
||||||
file,
|
file,
|
||||||
).await;
|
).await;
|
||||||
}
|
}
|
||||||
Event::HTTPUploadedFile(url) => {
|
Event::HttpUploadedFile(url) => {
|
||||||
println!("URL: {}", url);
|
println!("URL: {}", url);
|
||||||
client.disconnect().await.unwrap();
|
client.disconnect().await.unwrap();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue