diff options
author | 2019-12-14 11:46:37 +0100 | |
---|---|---|
committer | 2019-12-14 11:46:37 +0100 | |
commit | f3653925b8ddd4ce5d1c81cd9b1dd94cb0b36b53 (patch) | |
tree | 81d60b77bdca810b4e858f7dc0900c22c1f3ea95 /pydis_site/apps/api/urls.py | |
parent | Use 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.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 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( |