Skip to content

Commit

Permalink
bug: fix bug in cors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chidi Orji committed Jul 21, 2019
1 parent ec19b69 commit 8cf0ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ethodoxy-api/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@
'drf_yasg',
]

CORS_ORIGIN_ALLOW_ALL = True;
CORS_ORIGIN_ALLOW_ALL = True

CORS_ALLOW_METHODS = [
'GET',
'POST',
]

INSTALLED_APPS = PREREQ_APPS + PROJECT_APPS + THIRD_PARTY_APPS
Expand Down

0 comments on commit 8cf0ab7

Please sign in to comment.