Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matyldv committed Feb 24, 2025
1 parent 395c08e commit ec9befa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ralph/configuration_management/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def create(self, request, hostname):
return Response(self.serializer_class(scan).data, status=res_status)


#router.register("scm-info", SCMInfoViewSet)
# router.register("scm-info", SCMInfoViewSet)
urlpatterns = [
url(
r"^scm-info/(?P<hostname>[\w\.-]+)",
Expand Down
4 changes: 2 additions & 2 deletions src/ralph/security/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ def create(self, request, *args, **kwargs):
return super().create(request, *args, **kwargs)


#router.register(r"vulnerabilities", VulnerabilityViewSet)
#router.register(r"security-scans", SecurityScanViewSet)
# router.register(r"vulnerabilities", VulnerabilityViewSet)
# router.register(r"security-scans", SecurityScanViewSet)
urlpatterns = []

0 comments on commit ec9befa

Please sign in to comment.