We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc927d commit f023c7eCopy full SHA for f023c7e
README.md
@@ -269,7 +269,7 @@ export class UserController {
269
@Get("/posts")
270
getAllPosts(@Req() request: any, @Res() response: any) {
271
// some response functions don't return the response object,
272
- // so you need to return it explicitly
+ // so it needs to be returned explicitly
273
response.redirect("/users");
274
275
return response;
0 commit comments