diff options
author | 2020-07-16 15:51:06 +0800 | |
---|---|---|
committer | 2020-07-16 15:51:06 +0800 | |
commit | 9585eb97d38eb6e9a0847650e499f8962e0111ca (patch) | |
tree | 869bd1c629fb87e587bb64d61ca9eb826671282a /pydis_site/apps/api/urls.py | |
parent | Add mentions field to valid data test (diff) | |
parent | Bump jQuery version (diff) |
Merge branch 'master' of github.com:python-discord/site into role-reminders
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', |