From 4b44719c350bc6a4f1b97d9ed70e8f6c73d77a7c Mon Sep 17 00:00:00 2001 From: tfer2442 Date: Sun, 8 Sep 2024 23:25:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9A=B4=EC=98=81=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=20=EC=8A=A4=EC=9B=A8=EA=B1=B0=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9ce1afa..7631443 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,3 @@ spring.profiles.include=db, jwt, aws -springdoc.swagger-ui.disable-swagger-default-url=true \ No newline at end of file +springdoc.swagger-ui.path=/master-swagger.html +springdoc.api-docs.path=/master/v3/api-docs \ No newline at end of file