Skip to content

Commit

Permalink
Adapt for poem-openapi v2
Browse files Browse the repository at this point in the history
  • Loading branch information
so-schen committed Mar 25, 2024
1 parent 362cef2 commit 696169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos-faucet/core/src/endpoints/captcha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl CaptchaApi {
path = "/request_captcha",
method = "get",
operation_id = "request_captcha",
response_header(name = "CAPTCHA_KEY", ty = "u32", description = "Captcha key"),
response_header(name = "CAPTCHA_KEY", type = "u32", description = "Captcha key"),
tag = "ApiTags::Captcha"
)]
async fn request_captcha(&self) -> Result<Response<Binary<Vec<u8>>>, AptosTapErrorResponse> {
Expand Down

0 comments on commit 696169a

Please sign in to comment.