aboutsummaryrefslogtreecommitdiffstats
path: root/api/urls.py
diff options
context:
space:
mode:
authorGravatar Hasan-Ahmad <[email protected]>2018-10-25 09:55:25 +0100
committerGravatar Hasan-Ahmad <[email protected]>2018-10-25 09:55:25 +0100
commit43df5d0fcfa66018fd0bb47bff848d42fcf1e76c (patch)
tree6b5f5da4b4be7480e66313b75e6488b2abff3209 /api/urls.py
parentAdded special snake documentation, fixed linting errors (diff)
Fixed linting
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
)