diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index b5e60ad4a9..348169ae63 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -337,7 +337,7 @@ This tutorial uses Postman to test the web API. * Create a new request. * Set the HTTP method to `POST`. -* Set the URI to `https://localhost:/api/TodoItem`. For example, `https://localhost:5001/api/TodoItem`. +* Set the URI to `https://localhost:/api/TodoItems`. For example, `https://localhost:5001/api/TodoItems`. * Select the **Body** tab. * Select the **raw** radio button. * Set the type to **JSON (application/json)**.