aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/urls.py
diff options
context:
space:
mode:
authorGravatar Akarys42 <[email protected]>2019-12-14 11:46:37 +0100
committerGravatar Akarys42 <[email protected]>2019-12-14 11:46:37 +0100
commitf3653925b8ddd4ce5d1c81cd9b1dd94cb0b36b53 (patch)
tree81d60b77bdca810b4e858f7dc0900c22c1f3ea95 /pydis_site/apps/api/urls.py
parentUse direct database test intead of relying on GET (diff)
Rename route /bot/offensive-message to /bot/offensive-messages
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 b1864ba7..4a0281b4 100644
--- a/pydis_site/apps/api/urls.py
+++ b/pydis_site/apps/api/urls.py
@@ -35,7 +35,7 @@ bot_router.register(
NominationViewSet
)
bot_router.register(
- 'offensive-message',
+ 'offensive-messages',
OffensiveMessageViewSet
)
bot_router.register(