From ccb67253af015b2f9e8b653d82c605ba68e45886 Mon Sep 17 00:00:00 2001 From: Pierre Fontaine Date: Mon, 18 Jan 2021 14:45:43 +0100 Subject: [PATCH] :wrench: Add Frontend URL to white list. --- conduit/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conduit/settings.py b/conduit/settings.py index b838a6d..0776d05 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://cranky-keller-ede639.netlify.app' ] JWT_HEADER_TYPE = 'Token'