Test tournament result.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
using AutoMapper;
|
||||
using LaDOSE.Business.Interface;
|
||||
using LaDOSE.DTO;
|
||||
@@ -92,12 +90,6 @@ namespace LaDOSE.Api.Controllers
|
||||
return _service.CreateChallonge(gameId, wpEventId, additionalPlayer);
|
||||
}
|
||||
|
||||
[HttpGet("GetTournaments")]
|
||||
public async Task<List<Tuple<int, string, string>>> GetChallonge()
|
||||
{
|
||||
|
||||
var game = await _service.GetTournaments(DateTime.Now.AddMonths(-2), null);
|
||||
return game;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user