remove an experiment of disabling Send… it makes no sense

This commit is contained in:
Mina Galić 2020-05-24 21:03:02 +02:00
parent de6bfca084
commit cb1c260692
No known key found for this signature in database
GPG Key ID: ACFEFF7F6A123A86

View File

@ -64,7 +64,6 @@ pub struct OAuthRequest {
}
#[get("/oauth2?<query..>")]
#[rocket::async_trait(?Send)]
pub async fn oauth(
query: Form<OAuthRequest>,
rockets: PlumeRocket,