Skip to content

Commit

Permalink
remove urls.py in communities
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Jun 28, 2023
1 parent 983b581 commit e30c821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions community/urls.py

This file was deleted.

3 changes: 2 additions & 1 deletion sibyl/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
from django.views.generic import TemplateView
from rest_framework.schemas import get_schema_view
from rest_framework.permissions import AllowAny
from community.views import CommunityView

urlpatterns = [
path('admin/', admin.site.urls),
path('community', include("community.urls")),
path('community', CommunityView.as_view()),
path('psychopass/', include("psychopass.urls")),
path('dominator/', include("dominator.urls")),
path('openapi-schema.yml', get_schema_view(
Expand Down

0 comments on commit e30c821

Please sign in to comment.