aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/urls.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-07-15 12:31:18 +0200
committerGravatar Leon Sandøy <[email protected]>2020-07-15 12:31:18 +0200
commit0f99bf948b5d2a4fdd3a938ed8c5a6b628fe58d8 (patch)
tree77008b8fc0b0546b7a78f23d6ea77b2f1b948047 /pydis_site/apps/api/urls.py
parentAdd the AllowList model and serializer. (diff)
parentMerge pull request #346 from python-discord/feat/deps/344/django-3.0 (diff)
Merge branch 'master' into whitelist_system
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',