Skip to content

Commit

Permalink
fix: settings.py에 중복 cors 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 15, 2024
1 parent de07aae commit 2b3756a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mustgou/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"corsheaders.middleware.CorsMiddleware",
]

ROOT_URLCONF = "mustgou.urls"
Expand Down

0 comments on commit 2b3756a

Please sign in to comment.