Update first-web-api.md (#28342)

pull/28324/head
Rick Anderson 2023-02-09 11:53:49 -10:00 committed by GitHub
parent 049eb7102d
commit af3fcc9c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ Build the project.
Run the following command:
```dotnetcli
dotnet aspnet-codegenerator controller -name TodoItemsController -async -api -m TodoItem -dc TodoContext -outDir Controllers
dotnet-aspnet-codegenerator controller -name TodoItemsController -async -api -m TodoItem -dc TodoContext -outDir Controllers
```
The preceding command scaffolds the `TodoItemsController`.