mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 20:33:03 +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');
|
.populate('author');
|
||||||
|
|
||||||
// Send the list of users.
|
// Send the list of users.
|
||||||
ctx.body = users;
|
ctx.body = articles;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user