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

Commit

Permalink
Fix note markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed May 22, 2022
1 parent b3d5733 commit 9375365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2. Build out BackEnd and Refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ Now that we've added our new models, we can update our `Speakers` API endpoints

We **could** just modify the first route in our `SpeakerEndpoints` class as shown below.

> **Warning**
> Don't do this, it's just for illustration. We'll implement a better solution in a minute.
> **Warning**
> Don't do this, it's just for illustration. We'll implement a better solution in a minute.
```csharp
routes.MapGet("/api/Speaker", async (ApplicationDbContext db) =>
Expand Down

0 comments on commit 9375365

Please sign in to comment.