Skip to content

Commit 3fea696

Browse files
committed
deployments
1 parent d3a5051 commit 3fea696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_management_project/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def robots_txt(request):
5353

5454
path('search/', SearchUsersView.as_view(), name='opensearch'),
5555
# Sitemap
56-
path('sitemap.xml', sitemap, {'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap'),
56+
path('sitemap.xml', sitemap, {'sitemaps': sitemaps, 'protocol': 'https'}, name='django.contrib.sitemaps.views.sitemap'),
5757

5858
# Google One Tap authentication
5959
path('accounts/google/onetap/', google_one_tap_auth, name='google_one_tap_auth'),

0 commit comments

Comments
 (0)