Merge remote-tracking branch 'origin/feature/refactor-backend' into feature/refactor-backend

# Conflicts:
#	PyroFetes/Endpoints/Users/GetUserEndpoint.cs
This commit is contained in:
2026-05-28 15:39:04 +01:00
61 changed files with 69 additions and 62 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ public class GetUserEndpoint(UsersRepository usersRepository, AutoMapper.IMapper
{
public override void Configure()
{
Get("/user/");
AllowAnonymous();
Get("/users/");
Roles("Admin","Employe");
}
public override async Task HandleAsync(CancellationToken ct)