From 69c9f44f2c3c2ca3c9755d3435af5c25abbe448d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 14 Jul 2026 11:32:02 +0200 Subject: [PATCH] Refactored cors --- LiteCharmsMessaging/appsettings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LiteCharmsMessaging/appsettings.json b/LiteCharmsMessaging/appsettings.json index c3ecbf7..6dabd29 100644 --- a/LiteCharmsMessaging/appsettings.json +++ b/LiteCharmsMessaging/appsettings.json @@ -20,7 +20,9 @@ "https://litecharms.co.za", "https://www.litecharms.co.za", "https://localhost:7212", - "http://localhost:5295" + "http://localhost:5295", + "http://messenger.api.khongisa.co.za", + "https://messenger.api.khongisa.co.za" ] } } \ No newline at end of file