Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Apr 15, 2023
1 parent ac39204 commit 7c62dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ownphotos/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@

CSRF_TRUSTED_ORIGINS = [
"http://localhost:3000",
os.environ.get("CSRF_TRUSTED_ORIGIN", ""),
os.environ.get("CSRF_TRUSTED_ORIGINS", ""),
]

LOGGING = {
Expand Down

0 comments on commit 7c62dbc

Please sign in to comment.