aboutsummaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/urls.py')
-rw-r--r--api/urls.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/api/urls.py b/api/urls.py
index c90c1a14..63802858 100644
--- a/api/urls.py
+++ b/api/urls.py
@@ -4,9 +4,10 @@ from rest_framework.routers import DefaultRouter
from .views import HealthcheckView
from .viewsets import (
DocumentationLinkViewSet, MemberViewSet,
- OffTopicChannelNameViewSet, SpecialSnakeViewSet,
+ OffTopicChannelNameViewSet,
SnakeFactViewSet, SnakeIdiomViewSet,
- SnakeNameViewSet, TagViewSet
+ SnakeNameViewSet, SpecialSnakeViewSet,
+ TagViewSet
)