From 160a779f758d7bea6d53d985fa9f3b65305784c3 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sun, 17 Jan 2021 21:30:18 +0100 Subject: [PATCH] Procfile --- conduit/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conduit/settings.py b/conduit/settings.py index b838a6d..02cade8 100644 --- a/conduit/settings.py +++ b/conduit/settings.py @@ -18,6 +18,8 @@ class Config(object): JWT_AUTH_HEADER_PREFIX = 'Token' CORS_ORIGIN_WHITELIST = [ 'http://0.0.0.0:4100', + 'http://0.0.0.0:8080' + 'https://0.0.0.0:8080' 'http://localhost:4100', 'http://0.0.0.0:8000', 'http://localhost:8000',