This commit is contained in:
Tizian.Breuch
2025-10-09 17:12:55 +02:00
parent e828c3a34a
commit 7c2521308f

View File

@@ -37,7 +37,7 @@ var builder = WebApplication.CreateBuilder(options);
var allowedOrigins = new string[] var allowedOrigins = new string[]
{ {
"https://webshop.tzbre.dev", "https://shopsolution-frontend.tzbre.dev",
"http://localhost:4200" "http://localhost:4200"
}; };