aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/urls.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-07-15 12:30:06 +0200
committerGravatar GitHub <[email protected]>2020-07-15 12:30:06 +0200
commit1f4c840e536b47e4c4d05fe68a445b9860b14d20 (patch)
tree2f1a370f3d45a6d608334a300ffdad38c7a91fdf /pydis_site/apps/api/urls.py
parentMerge pull request #368 from python-discord/remove_django_crispy_bulma (diff)
parentMerge remote-tracking branch 'origin/master' into feat/deps/344/django-3.0 (diff)
Merge pull request #346 from python-discord/feat/deps/344/django-3.0
Update to Django 3.0
Diffstat (limited to 'pydis_site/apps/api/urls.py')
-rw-r--r--pydis_site/apps/api/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/urls.py b/pydis_site/apps/api/urls.py
index 4a0281b4..3bb5198e 100644
--- a/pydis_site/apps/api/urls.py
+++ b/pydis_site/apps/api/urls.py
@@ -41,7 +41,7 @@ bot_router.register(
bot_router.register(
'off-topic-channel-names',
OffTopicChannelNameViewSet,
- base_name='offtopicchannelname'
+ basename='offtopicchannelname'
)
bot_router.register(
'reminders',