From 63684313aacf3c7218b4219b03b95b4e3e62dff8 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Fri, 7 Nov 2025 11:16:02 +0100 Subject: [PATCH] test bilder --- Webshop.Api/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Webshop.Api/Program.cs b/Webshop.Api/Program.cs index a219a33..1c9ad03 100644 --- a/Webshop.Api/Program.cs +++ b/Webshop.Api/Program.cs @@ -38,6 +38,7 @@ var builder = WebApplication.CreateBuilder(options); var allowedOrigins = new string[] { "https://shopsolution-frontend.tzbre.dev", + "https://shopsolution-backend.tzbre.dev", "http://localhost:4200" };