Omegapoint / rest-sec-net

Course on secure REST API in ASP.NET Core 2, C#
MIT License
1 stars 0 forks source link

Use explicit routing attribut och param attribut i products controller #3

Closed TobiasAhnoff closed 4 years ago

TobiasAhnoff commented 4 years ago

[HttpGet("aproducts/{id:string}")] public ActionResult GetById([FromRoute] string id)

altenstedt commented 4 years ago

Fixed in commit 24e57f1.