chore(api): fix reference in common.py comment

This commit is contained in:
jon r 2024-10-11 15:33:43 +02:00
parent c29cc21259
commit 15a9533330
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ CSRF_TRUSTED_ORIGINS = [
""" """
List of origins that are trusted for unsafe requests List of origins that are trusted for unsafe requests
We simply consider all allowed hosts to be trusted origins We simply consider all allowed hosts to be trusted origins
See DJANGO_ALLOWED_HOSTS in .env.dev for details See DJANGO_ALLOWED_HOSTS in .env.example for details
See https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins See https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins
""" """