Browse Source
return no content with status code 204
pull/6665/head
Stefan Melmuk
5 days ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
1 additions and
0 deletions
-
src/api/identity.rs
|
|
|
@ -919,6 +919,7 @@ struct RegisterVerificationData { |
|
|
|
|
|
|
|
#[derive(rocket::Responder)] |
|
|
|
enum RegisterVerificationResponse { |
|
|
|
#[response(status = 204)] |
|
|
|
NoContent(()), |
|
|
|
Token(Json<String>), |
|
|
|
} |
|
|
|
|