From 7c2521308ff4c0768cbedba4b941bf5a89da7360 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Thu, 9 Oct 2025 17:12:55 +0200 Subject: [PATCH] cors --- Webshop.Api/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webshop.Api/Program.cs b/Webshop.Api/Program.cs index 6821628..3a6932a 100644 --- a/Webshop.Api/Program.cs +++ b/Webshop.Api/Program.cs @@ -37,7 +37,7 @@ var builder = WebApplication.CreateBuilder(options); var allowedOrigins = new string[] { - "https://webshop.tzbre.dev", + "https://shopsolution-frontend.tzbre.dev", "http://localhost:4200" };