From 78fc372bc36bcff94c927b909995c75b61aeee2c Mon Sep 17 00:00:00 2001 From: Sabi Polikar Date: Mon, 10 Nov 2025 09:20:39 +0300 Subject: [PATCH] Push --- ConstructorAppUI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConstructorAppUI/Program.cs b/ConstructorAppUI/Program.cs index 57eacc6..774b1f5 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 sašlama var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build(); // Add services to the container.