Created endpoints to see all challenges and proofs of the user in her personnal page

This commit is contained in:
2026-02-21 21:58:43 +01:00
parent 115f4de993
commit a701909d9d
8 changed files with 170 additions and 4 deletions
@@ -2,5 +2,7 @@
public class GetUserChallengeDto
{
public string? ChallengeTitle { get; set; }
public string? ChallengeDescription { get; set; }
public int ChallengeDuration { get; set; }
}