From aa81664d8ff6d1d3307f6f2fbb9326c47cc2c25b Mon Sep 17 00:00:00 2001 From: Sabi Polikar Date: Mon, 10 Nov 2025 19:05:24 +0300 Subject: [PATCH] Test 6 --- ConstructorAppUI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConstructorAppUI/Program.cs b/ConstructorAppUI/Program.cs index 360880e..57eacc6 100644 --- a/ConstructorAppUI/Program.cs +++ b/ConstructorAppUI/Program.cs @@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore; var builder = WebApplication.CreateBuilder(args); -//Proje seviyesinde Authenticationư +//Proje seviyesinde Authentication var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build(); // Add services to the container.