Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhayTopno authored Jan 28, 2025
1 parent 853ce94 commit 0753a0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/apps/owasp/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from rest_framework import routers

from apps.github.api.issue import IssueViewSet
from apps.owasp.api.chapter import ChapterViewSet
from apps.owasp.api.committee import CommitteeViewSet
from apps.owasp.api.event import EventViewSet
Expand All @@ -12,6 +11,5 @@

router.register(r"owasp/chapters", ChapterViewSet)
router.register(r"owasp/committees", CommitteeViewSet)
router.register(r"owasp/contribute", IssueViewSet)
router.register(r"owasp/events", EventViewSet)
router.register(r"owasp/projects", ProjectViewSet)

0 comments on commit 0753a0b

Please sign in to comment.