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" };