Skip to content

Commit

Permalink
Remove useless commentcruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob McWhirter committed Apr 15, 2024
1 parent 6e33490 commit bd3c104
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/graph/src/endpoints/vulnerability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use actix_web::{get, web, HttpResponse, Responder};
use trustify_common::model::{Paginated, PaginatedResults};
use trustify_entity::vulnerability::Model;
use trustify_module_search::model::SearchOptions;
//("q" = Option<String>, Query, description = "Search filter"),
//("sort" = Option<String>, Query, description = "Search filter"),

#[utoipa::path(
context_path = "/api/v1/vulnerability",
Expand Down

0 comments on commit bd3c104

Please sign in to comment.