From 29009a0f84e557652d1154d468f426c983dcf17f Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sun, 17 Jan 2021 17:49:51 +0100 Subject: [PATCH] update url --- conduit/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit/settings.py b/conduit/settings.py index 4bca0cf..ce05cb8 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -27,7 +27,7 @@ class Config(object): 'http://localhost:4000', 'http://0.0.0.0:' + os.environ.get('PORT', '8080'), 'https://0.0.0.0:' + os.environ.get('PORT', '8080'), - 'https://tp-devops-final.netlify.app', + 'https://reverent-swanson-5ad65a.netlify.app', os.environ.get('FRONT_PROD_URL', ''), ] JWT_HEADER_TYPE = 'Token'