URL Api Smash + Slug in HTML
All checks were successful
Build App / Build (push) Successful in 1m36s

This commit is contained in:
2025-03-07 10:56:24 +01:00
parent fba822a0af
commit a9150ff58c
5 changed files with 15 additions and 7 deletions

View File

@@ -27,6 +27,8 @@ namespace LaDOSE.DTO
public List<GameDTO> Games { get; set; }
public List<ResultDTO> Results { get; set; }
public string Slug { get; set; }
}
public class ResultDTO
{