Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 0e8c4a8

Browse files
danroth27davidfowl
authored andcommitted
Don't delete the ValuesController prematurely (#65)
1 parent 92ad3c8 commit 0e8c4a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ Commands Explained
129129
## A quick look at the Values Controller
130130
First, open the `Controllers` controller and take a quick look at the `ValuesController`. You'll see simple functions that correspond to HTTP verbs. You'll see the output of this controller in a bit, but first we'll build our own API controller for the `Speakers` model class.
131131

132-
Delete the `ValuesController` class.
133-
134132
## Scaffolding an API Controller
135133
### Using Visual Studio
136134
1. Right-click the `Controllers` folder and select Add/Controller. Select "API Controller with actions, using Entity Framework".

0 commit comments

Comments
 (0)