We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b5dad commit 8a49a38Copy full SHA for 8a49a38
1 file changed
vulnerablecode/urls.py
@@ -46,8 +46,8 @@ def __init__(self, *args, **kwargs):
46
api_router.register("aliases", AliasViewSet, basename="alias")
47
48
api_v2_router = OptionalSlashRouter()
49
-api_v2_router.register("vulnerabilities", VulnerabilityV2ViewSet, basename="vulnerability-v2")
50
api_v2_router.register("packages", PackageV2ViewSet, basename="package-v2")
+api_v2_router.register("vulnerabilities", VulnerabilityV2ViewSet, basename="vulnerability-v2")
51
52
urlpatterns = [
53
path(
0 commit comments