diff options
author | 2021-10-06 20:34:25 +0100 | |
---|---|---|
committer | 2021-10-06 20:34:25 +0100 | |
commit | 3e0c866ab87957f44224a2c97735c644da47bf8c (patch) | |
tree | 8ef45354bb952dc17f0c6980ef49e70764cccf2a /pydis_site/apps/api/urls.py | |
parent | Merge pull request #600 from python-discord/netlify-logo (diff) | |
parent | Merge branch 'main' into fix-http-links (diff) |
Merge pull request #599 from python-discord/fix-http-links
Switches HTTP Links To HTTPS
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 2e1ef0b4..b0ab545b 100644 --- a/pydis_site/apps/api/urls.py +++ b/pydis_site/apps/api/urls.py @@ -16,7 +16,7 @@ from .viewsets import ( UserViewSet ) -# http://www.django-rest-framework.org/api-guide/routers/#defaultrouter +# https://www.django-rest-framework.org/api-guide/routers/#defaultrouter bot_router = DefaultRouter(trailing_slash=False) bot_router.register( 'filter-lists', |