FS
Size: a a a
FS
EG
А
sk
VG
TS
TS
VG
ЕХ
N
ЕХ
const opts = {
schema: {
response: {
200: {
type: 'object',
properties: {
hello: { type: 'string' }
}
}
}
},
handler (request, reply) {
reply.send({ hello: 'world' })
}
}
fastify.get('/', opts)
```ЕХ
const opts = {
schema: {
response: {
200: {
type: 'object',
properties: {
hello: { type: 'string' }
}
}
}
},
handler (request, reply) {
reply.send({ hello: 'world' })
}
}
fastify.get('/', opts)
```A
const opts = {
schema: {
response: {
200: {
type: 'object',
properties: {
hello: { type: 'string' }
}
}
}
},
handler (request, reply) {
reply.send({ hello: 'world' })
}
}
fastify.get('/', opts)
```ЕХ
A
AK
TS
TS
AK
TS