From f2a0d3952146079e56a156452c4638f8dc43f7a4 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Tue, 23 Jun 2026 08:15:55 -0400 Subject: [PATCH] config: add app.deepdrft.com to API CORS allowlist --- DeepDrftAPI/appsettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DeepDrftAPI/appsettings.json b/DeepDrftAPI/appsettings.json index c2c309b..6ea22dc 100644 --- a/DeepDrftAPI/appsettings.json +++ b/DeepDrftAPI/appsettings.json @@ -16,7 +16,8 @@ "https://localhost:5004", "http://localhost:5003", "https://deepdrft.com", - "https://www.deepdrft.com" + "https://www.deepdrft.com", + "https://app.deepdrft.com" ] }, "ForwardedHeaders": {