We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3374cf2 commit 8223f95Copy full SHA for 8223f95
api/routes/api/get.js
@@ -1,5 +1,5 @@
1
export default async (fastify) => {
2
- fastify.get('/', async () => {
+ fastify.get('/', { logLevel: 'silent' }, async () => {
3
return
4
})
5
}
0 commit comments