| 75 | } |
| 76 | |
| 77 | class SystemConfigSchemaHandler extends Handler { |
| 78 | async get() { |
| 79 | const schema = convert(Schema.intersect(this.ctx.setting.settings) as any, true); |
| 80 | this.response.body = schema; |
nothing calls this directly
no outgoing calls
no test coverage detected