new advisories work and features gaps work
This commit is contained in:
@@ -22,8 +22,7 @@ public static class GreyQueueEndpoints
|
||||
public static IEndpointRouteBuilder MapGreyQueueEndpoints(this IEndpointRouteBuilder routes)
|
||||
{
|
||||
var group = routes.MapGroup("/api/grey-queue")
|
||||
.WithTags("GreyQueue")
|
||||
.WithOpenApi();
|
||||
.WithTags("GreyQueue");
|
||||
|
||||
// List and query
|
||||
group.MapGet("/", ListEntries)
|
||||
|
||||
Reference in New Issue
Block a user