Added endpoints to generate challenges
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace BeReadyBackend.DTO.RandomChallenges;
|
||||
|
||||
public class GetRandomChallengeDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Libelle { get; set; }
|
||||
public int Duration { get; set; }
|
||||
public bool IsAlreadyPast { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user