mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 08:02:56 +00:00
Merge pull request #3444 from patnym/fix/doc_error
Improve example in the documentation
This commit is contained in:
commit
f673f78681
@ -294,7 +294,7 @@ module.exports = {
|
||||
.populate('author');
|
||||
|
||||
// Send the list of users.
|
||||
ctx.body = users;
|
||||
ctx.body = articles;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user