Skip to content

Commit

Permalink
๐Ÿ’š Fix; Admin csrf ์ œ์™ธ
Browse files Browse the repository at this point in the history
  • Loading branch information
JongbeomLee623 committed Oct 4, 2024
1 parent 9b37c6e commit 590357a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linenow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
DEBUG = env('DEBUG')

ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = ['https://linenow.xyz']

# Application definition

Expand Down

0 comments on commit 590357a

Please sign in to comment.