diff options
author | 2021-10-06 00:41:23 +0400 | |
---|---|---|
committer | 2021-10-06 00:41:23 +0400 | |
commit | 26be9bebfdb151a7e6d3e855c8d2a509ae1d4d38 (patch) | |
tree | 544b5a28411e31482531fa1179a060b32b34f05d /pydis_site/apps/api/urls.py | |
parent | Merge pull request #595 from python-discord/add-more-supported-symbols-to-otn (diff) |
Switches HTTP Links To HTTPS
Switches the protocol for external sites where possible. Some sites
don't have secure versions, and were skipped.
Signed-off-by: Hassan Abouelela <[email protected]>
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', |