Created endpoints to see all challenges and proofs of the user in her personnal page
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
|
||||
public class GetUserChallengeDto
|
||||
{
|
||||
|
||||
public string? ChallengeTitle { get; set; }
|
||||
public string? ChallengeDescription { get; set; }
|
||||
public int ChallengeDuration { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user