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