Browse Source

🔧 add the front end url to CORS_ORIGIN_WHITELIST list

main
tchawou-daniel 6 years ago
parent
commit
0f10f08f6e
  1. 1
      conduit/settings.py

1
conduit/settings.py

@ -25,6 +25,7 @@ class Config(object):
'http://localhost:4200',
'http://0.0.0.0:4000',
'http://localhost:4000',
'https://2020devopsfinalfront.netlify.app',
]
JWT_HEADER_TYPE = 'Token'

Loading…
Cancel
Save