From 6a073952cb6da074cab320ea8fa3634e42c2adc8 Mon Sep 17 00:00:00 2001 From: Lachlan Glen <54282009+lachlanglen@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:10:56 -0400 Subject: [PATCH] add https://dev.local back to cors allowed origins --- base/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base/settings.py b/base/settings.py index b878872..9b48b32 100644 --- a/base/settings.py +++ b/base/settings.py @@ -166,6 +166,7 @@ "https://alpha.potlock.xyz", "https://alpha.potlock.app", # regex matching might not be advisable. "http://dev.local", + "https://dev.local", ] # REDIS / CACHE CONFIGS