Fix challonge event

Fix GenericController
Fix ChallongeSave.
Fix RestAPI in prod mode.
This commit is contained in:
2022-07-30 20:00:31 +02:00
parent 715caa74b2
commit 0173070ba4
9 changed files with 56 additions and 44 deletions

View File

@@ -74,7 +74,7 @@ namespace LaDOSE.Api.Controllers
{
if (ids != null)
{
var tournaments = await _service.ParseChallonge(ids);
var tournaments = await _service.GetChallongeEvents(ids);
return tournaments.Count>0;
}
return false;