Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 657ec75

Browse files
committed
removed cors headers
1 parent 2260efb commit 657ec75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/backend/settings/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353

5454
THIRD_PARTY_APPS = [
5555
"rest_framework",
56-
"corsheaders",
5756
"social_django",
5857
"graphene_django",
5958
]
@@ -119,7 +118,6 @@
119118
"django.middleware.security.SecurityMiddleware",
120119
"django.contrib.sessions.middleware.SessionMiddleware",
121120
"social_django.middleware.SocialAuthExceptionMiddleware",
122-
"corsheaders.middleware.CorsMiddleware",
123121
"django.middleware.common.CommonMiddleware",
124122
"django.middleware.csrf.CsrfViewMiddleware",
125123
"django.contrib.auth.middleware.AuthenticationMiddleware",

0 commit comments

Comments
 (0)