Skip to content

Commit

Permalink
fix: post instead of get
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskreutz committed Nov 15, 2024
1 parent febf0c3 commit d2508e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/users/auth/renew/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {

#[utoipa::path(
tag = "users/auth/renew",
get,
post,
path = "/api/users/auth/renew",
responses(
(status = 200, description = "Successfully renewed", body = String),
Expand Down

0 comments on commit d2508e7

Please sign in to comment.