From 3679659d858d1c47d7fe42b9d48b7a246dab3fb4 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 03:23:08 +0100 Subject: [PATCH] :hammer: update settings.py --- conduit/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conduit/settings.py b/conduit/settings.py index b838a6d..62777b7 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -25,6 +25,7 @@ class Config(object): 'http://localhost:4200', 'http://0.0.0.0:4000', 'http://localhost:4000', + 'https://devops-final-front-netlify.netlify.app', ] JWT_HEADER_TYPE = 'Token'