From 1979b32f3c4ac4ffc72db571188b1fd0cdd90225 Mon Sep 17 00:00:00 2001 From: chensuiyi Date: Tue, 11 Oct 2022 07:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E3=80=91:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 440cfe2..6b0bd24 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ const fastify = require('fastify')() await fastify.register(require('@fastify/swagger')) -await fastify.register(require('fastify/swagger-ui'), { +await fastify.register(require('@fastify/swagger-ui'), { routePrefix: '/documentation', uiConfig: { docExpansion: 'full',