From 303fa213dceeed3256514de5a379d04a5814fac7 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 26 Dec 2025 21:17:40 +0100 Subject: [PATCH] adding final url --- Nop.Plugin.Misc.MangoCore/Infrastructure/PluginNopStartup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nop.Plugin.Misc.MangoCore/Infrastructure/PluginNopStartup.cs b/Nop.Plugin.Misc.MangoCore/Infrastructure/PluginNopStartup.cs index e885e40..a545fb4 100644 --- a/Nop.Plugin.Misc.MangoCore/Infrastructure/PluginNopStartup.cs +++ b/Nop.Plugin.Misc.MangoCore/Infrastructure/PluginNopStartup.cs @@ -24,7 +24,7 @@ public class PluginNopStartup : INopStartup feature.AddPolicy( "AllowBlazorClient", apiPolicy => apiPolicy - .WithOrigins("https://localhost:7144", "https://measurementtest.fruitbank.hu", "https://localhost:60589", "http://localhost:5000", "https://localhost:59579") + .WithOrigins("https://localhost:7144", "https://measurementtest.fruitbank.hu", "https://localhost:60589", "http://localhost:5000", "https://localhost:59579", "https://app.fruitbank.hu") .AllowAnyHeader() .AllowAnyMethod() .AllowCredentials()