aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/urls.py
diff options
context:
space:
mode:
authorGravatar Lucas Lindström <[email protected]>2020-10-06 22:02:32 +0200
committerGravatar Lucas Lindström <[email protected]>2020-10-06 22:02:32 +0200
commit85a0d570b1354dba6522ae1b7686a9665851ddff (patch)
tree066a44c8bb506177d76720024a3f163148c85f5d /pydis_site/apps/api/urls.py
parentFix minor style issue. (diff)
parentMerge branch 'master' into feat/397-398-metricity-db-and-api (diff)
Merge branch 'feat/397-398-metricity-db-and-api' of https://github.com/dementati/site into feat/397-398-metricity-db-and-api
Diffstat (limited to 'pydis_site/apps/api/urls.py')
-rw-r--r--pydis_site/apps/api/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pydis_site/apps/api/urls.py b/pydis_site/apps/api/urls.py
index 4dbf93db..2e1ef0b4 100644
--- a/pydis_site/apps/api/urls.py
+++ b/pydis_site/apps/api/urls.py
@@ -8,7 +8,6 @@ from .viewsets import (
DocumentationLinkViewSet,
FilterListViewSet,
InfractionViewSet,
- LogEntryViewSet,
NominationViewSet,
OffTopicChannelNameViewSet,
OffensiveMessageViewSet,
@@ -71,7 +70,6 @@ urlpatterns = (
#
# from django_hosts.resolvers import reverse
path('bot/', include((bot_router.urls, 'api'), namespace='bot')),
- path('logs', LogEntryViewSet.as_view({'post': 'create'}), name='logs'),
path('healthcheck', HealthcheckView.as_view(), name='healthcheck'),
path('rules', RulesView.as_view(), name='rules')
)