Skip to content

Commit

Permalink
Update /terms route utoipa info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Cordry committed Jan 23, 2024
1 parent 20f2f8d commit ed2ebeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/terms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use sqlx::query;
#[utoipa::path(
context_path = "/api",
responses(
(status = 200, description = "List all terms available", body = [Term]),
(status = 200, description = "List all terms available", body = [Vec<i32>]),
(status = 500, description = "Error Created by Query"),
)
)]
Expand Down

0 comments on commit ed2ebeb

Please sign in to comment.