From 5b14a0181baac89c3adbceb014d8c1d4e59e0880 Mon Sep 17 00:00:00 2001 From: shootylife Date: Mon, 18 Jan 2021 09:38:12 +0100 Subject: [PATCH] :wrench: update back url --- conduit/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit/settings.py b/conduit/settings.py index 21fbcef..63f04a2 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -29,7 +29,7 @@ class Config(object): 'http://localhost:5432', 'http://0.0.0.0:' + os.environ.get('PORT', '8080'), 'https://0.0.0.0:' + os.environ.get('PORT', '8080'), - 'https://devops-tp-final-front.netlify.app/', + 'https://devops-tp-final-front.netlify.app', ] JWT_HEADER_TYPE = 'Token'