From 6756462c66e794b6120980f2bd42a696a751b20d Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Sun, 10 Jan 2021 15:14:19 +0100 Subject: [PATCH] :wrench: added url to cors --- conduit/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conduit/settings.py b/conduit/settings.py index b838a6d..065db24 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -25,6 +25,8 @@ class Config(object): 'http://localhost:4200', 'http://0.0.0.0:4000', 'http://localhost:4000', + 'https://devops-final-back.herokuapp.com/api/articles', + 'https://devops-final-back.herokuapp.com', ] JWT_HEADER_TYPE = 'Token'