Fixed errors and created endpoint to see locked achievement of selected user

This commit is contained in:
2026-02-21 16:24:12 +01:00
parent e677ff0f0a
commit 05b5026c6b
7 changed files with 61 additions and 8 deletions
@@ -1,6 +1,6 @@
namespace BeReadyBackend.DTO.Achievements;
public class GetSuccessDto
public class GetAchievementDto
{
public int Id { get; set; }
public string? Label { get; set; }