mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
Doc fixed an error in model concepts
This commit is contained in:
parent
4ec50ca3fc
commit
c550d2f606
@ -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