Skip to content

Commit

Permalink
Merge pull request #51 from gm3dmo/b3
Browse files Browse the repository at this point in the history
Adding scheme.
  • Loading branch information
gm3dmo authored Oct 7, 2023
2 parents 8575d43 + b8fd79a commit c95b856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

ALLOWED_HOSTS = ["cmp-production.up.railway.app", "*"]

CSRF_TRUSTED_ORIGINS = ["cmp-production.up.railway.app"]
CSRF_TRUSTED_ORIGINS = ["https://cmp-production.up.railway.app"]

INTERNAL_IPS = [
# ...
Expand Down

0 comments on commit c95b856

Please sign in to comment.