Compare commits

...

2 Commits

Author SHA1 Message Date
7a8d80aa16 Merge pull request 'birtest' (#3) from master into main
Some checks failed
ASP.NET Core CI/Deploy / deploy (push) Has been cancelled
Reviewed-on: #3
2025-11-10 09:55:56 +00:00
cf1fe7eb26 test2 2025-11-10 12:54:18 +03:00

View File

@@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore;
var builder = WebApplication.CreateBuilder(args);
//Proje seviyesinde Authentication sa<73>lamas<61>
//Proje seviyesinde Authentication
var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build();
// Add services to the container.