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:
@@ -43,9 +43,10 @@ namespace LiveGameFeed.Controllers
|
||||
}
|
||||
|
||||
// POST api/values
|
||||
[HttpPost]
|
||||
public void Post([FromBody]string value)
|
||||
[HttpPost("update", Name = "UpdateScore")]
|
||||
public void UpdateScore([FromBody]MatchScore matchScore)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// PUT api/values/5
|
||||
|
||||
Reference in New Issue
Block a user