Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/homepage/pages/controllers/controllers.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h4>Routing</h4>
<code>cats</code>), Nest will map every <code>/cats</code> <strong>GET</strong> request to this method.
</p>
<p>
When a GET request is made to this endpoint, Nest will now return a 200 status code and the serialized <strong>JSON</strong>
response, which in this case just an empty array. Why does that happen? Generally, we distinguish <strong>two different
When a GET request is made to this endpoint, Nest will now return a 200 status code and the associated
response, which in this case is just a string. Why does that happen? Generally, we distinguish <strong>two different
approaches
</strong> to manipulate responses:
</p>
Expand Down