Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update routing.md to change one typo (#2536)
In sample code, it's public IActionResult GetProduct(int id) { ... } But next line, it says The ProductsApi.GetProducts(int) , So update it to ProductsApi.GetProduct(int)
- Loading branch information