add "about" to response of admin/meta endpoint
This commit is contained in:
parent
eae8bd5970
commit
d25a407c09
1 changed files with 4 additions and 0 deletions
|
|
@ -489,6 +489,10 @@ export const meta = {
|
|||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
about: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
disableRegistration: {
|
||||
type: 'boolean',
|
||||
optional: false, nullable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue