diff options
author | 2020-07-15 12:31:18 +0200 | |
---|---|---|
committer | 2020-07-15 12:31:18 +0200 | |
commit | 0f99bf948b5d2a4fdd3a938ed8c5a6b628fe58d8 (patch) | |
tree | 77008b8fc0b0546b7a78f23d6ea77b2f1b948047 /pydis_site/apps/api/urls.py | |
parent | Add the AllowList model and serializer. (diff) | |
parent | Merge 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.py | 2 |
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', |