From 071e78701459d7e67f9feb1ae29e968b9eea1b87 Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Fri, 7 Nov 2025 12:54:39 +0100 Subject: [PATCH] cors --- 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" };