mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
create MatchScore update API method
This commit is contained in:
@@ -27,7 +27,7 @@ namespace LiveGameFeed.Controllers
|
||||
{
|
||||
_matchRepository = matchRepository;
|
||||
_feedRepository = feedRepository;
|
||||
timerService.TimerElapsed += _feed_Generate;
|
||||
// timerService.TimerElapsed += _feed_Generate;
|
||||
}
|
||||
|
||||
public IActionResult Index()
|
||||
|
||||
Reference in New Issue
Block a user