diff --git a/src/app/homepage/pages/controllers/controllers.component.html b/src/app/homepage/pages/controllers/controllers.component.html index 63e820a9d8..2efc95dfc8 100644 --- a/src/app/homepage/pages/controllers/controllers.component.html +++ b/src/app/homepage/pages/controllers/controllers.component.html @@ -35,8 +35,8 @@

Routing

cats), Nest will map every /cats GET request to this method.

- When a GET request is made to this endpoint, Nest will now return a 200 status code and the serialized JSON - response, which in this case just an empty array. Why does that happen? Generally, we distinguish 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 two different approaches to manipulate responses: