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.
1 parent abda46c commit 626aeaaCopy full SHA for 626aeaa
src/index.js
@@ -1,7 +1,7 @@
1
const fastify = require('fastify')();
2
const fastifyHelmet = require('@fastify/helmet');
3
const fastifyHealthcheck = require('fastify-healthcheck');
4
-const fastifySwagger = require('fastify-swagger');
+const fastifySwagger = require('@fastify/swagger');
5
6
const logger = require('./lib/logger');
7
const config = require('./config/config.json');
0 commit comments