Skip to content

Commit

Permalink
bug: fix bug in list items
Browse files Browse the repository at this point in the history
  • Loading branch information
Chidi Orji committed Jul 28, 2019
1 parent 85f7da1 commit baab93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ethodoxy-api/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
]

CORS_ALLOW_HEADERS = list(default_headers) + [
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'PUT, GET, PATCH, POST',
'Access-Control-Allow-Headers': 'Content-Type',
'Access-Control-Max-Age': '3000',
'Access-Control-Allow-Origin',
'Access-Control-Allow-Methods',
'Access-Control-Allow-Headers',
'Access-Control-Max-Age',
]

DATABASES = {
Expand Down

0 comments on commit baab93d

Please sign in to comment.