From cf1fe7eb265f365ade63113f4165e3442d4f74a2 Mon Sep 17 00:00:00 2001 From: Sabi Polikar Date: Mon, 10 Nov 2025 12:54:18 +0300 Subject: [PATCH] test2 --- ConstructorAppUI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConstructorAppUI/Program.cs b/ConstructorAppUI/Program.cs index 75190ef..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 sağlaması +//Proje seviyesinde Authentication var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build(); // Add services to the container.