aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/urls.py
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-03-31 09:15:28 +0200
committerGravatar GitHub <[email protected]>2024-03-31 09:15:28 +0200
commitab57b181072374bfd4ec233d9e45140e2e990b7a (patch)
tree2e96cd5e93764998046a3b5c14f8bb84e3fb58f3 /pydis_site/apps/api/urls.py
parentMerge pull request #1276 from python-discord/support-test-keepdb (diff)
Revert "Bump djangorestframework from 3.14.0 to 3.15.1"
Diffstat (limited to 'pydis_site/apps/api/urls.py')
-rw-r--r--pydis_site/apps/api/urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/apps/api/urls.py b/pydis_site/apps/api/urls.py
index 58e4878b..5cda033a 100644
--- a/pydis_site/apps/api/urls.py
+++ b/pydis_site/apps/api/urls.py
@@ -30,8 +30,7 @@ from .viewsets import (
bot_router = DefaultRouter(trailing_slash=False)
bot_router.register(
'filter/filter_lists',
- FilterListViewSet,
- basename='filter-filter-lists',
+ FilterListViewSet
)
bot_router.register(
"aoc-account-links",