Compare commits

...

2 Commits

Author SHA1 Message Date
2e2a24225f Merge pull request 'Test 6' (#6) from master into main
All checks were successful
ASP.NET Core CI/Deploy / deploy (push) Successful in 4m22s
Reviewed-on: #6
2025-11-10 16:06:01 +00:00
aa81664d8f Test 6 2025-11-10 19:05:24 +03:00

View File

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