feat(public): add slugs array to organization json
This commit is contained in:
parent
17a08961ea
commit
694e5c9690
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ export default class PublicController {
|
|||
}
|
||||
if (format == 'json') {
|
||||
res.json({
|
||||
...version
|
||||
...version,
|
||||
slugs: org.get('slugs')
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue