aboutsummaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/urls.py')
-rw-r--r--api/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/urls.py b/api/urls.py
index 5cc1b346..40883c64 100644
--- a/api/urls.py
+++ b/api/urls.py
@@ -4,8 +4,8 @@ from rest_framework.routers import DefaultRouter
from .views import HealthcheckView
from .viewsets import (
DocumentationLinkViewSet, MemberViewSet,
- OffTopicChannelNameViewSet, SnakeNameViewSet,
- TagViewSet, SnakeFactViewSet
+ OffTopicChannelNameViewSet, SnakeFactViewSet, SnakeNameViewSet,
+ TagViewSet
)