Skip to content

Commit 626aeaa

Browse files
committed
fix(swagger): fix package name for Fastify Swagger
1 parent abda46c commit 626aeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const fastify = require('fastify')();
22
const fastifyHelmet = require('@fastify/helmet');
33
const fastifyHealthcheck = require('fastify-healthcheck');
4-
const fastifySwagger = require('fastify-swagger');
4+
const fastifySwagger = require('@fastify/swagger');
55

66
const logger = require('./lib/logger');
77
const config = require('./config/config.json');

0 commit comments

Comments
 (0)