We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use strict
1 parent 8073670 commit 0da3888Copy full SHA for 0da3888
examples/epic-games.js
@@ -1,3 +1,5 @@
1
+'use strict'
2
+
3
const fastify = require('fastify')({ logger: { level: 'trace' } })
4
5
// const oauthPlugin = require('fastify-oauth2')
examples/spotify.js
const fastify = require('fastify')({ logger: true })
examples/vkontakte.js
0 commit comments