Skip to content

Commit

Permalink
Add tags to /vulnerabilities/export endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Dec 8, 2024
1 parent 3301fc6 commit 8375632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/xfd_django/xfd_api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def call_search_vulnerabilities(
raise HTTPException(status_code=500, detail=str(e))


@api_router.post("/vulnerabilities/export")
@api_router.post("/vulnerabilities/export", tags=["Vulnerabilities"])
async def export_vulnerabilities():
try:
pass
Expand Down

0 comments on commit 8375632

Please sign in to comment.