From 7ed140387287fcdce76d9c7545a97aff7e163bca Mon Sep 17 00:00:00 2001 From: Lachlan Glen <54282009+lachlanglen@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:12:40 -0400 Subject: [PATCH] add dev.local to cors allowed origins --- base/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/settings.py b/base/settings.py index 91737c7..b9ff677 100644 --- a/base/settings.py +++ b/base/settings.py @@ -164,7 +164,8 @@ "https://alpha.potlock.io", "https://alpha.potlock.org", "https://alpha.potlock.xyz", - "https://alpha.potlock.app", # regex matching might not be advisable. + "https://alpha.potlock.app", # regex matching might not be advisable. + "http://dev.local", ] # REDIS / CACHE CONFIGS