From 04135861e794595b20e9d967dbea366af3181307 Mon Sep 17 00:00:00 2001 From: pbem22 Date: Fri, 23 Jan 2026 18:40:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20#193=20=EC=8A=A4=EC=9B=A8=EA=B1=B0=20?= =?UTF-8?q?=EB=A7=89=EA=B8=B0=20=EA=B4=91=EC=95=BC=EC=9D=98=20=EA=B2=83=20?= =?UTF-8?q?=ED=83=90=20=EB=82=B4=EC=A7=80=EB=A7=88=EB=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4ae665c..f542112 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,7 +10,7 @@ server: max-file-size: 10MB max-request-size: 10MB forward-headers-strategy: framework - + spring: application: name: poti-server @@ -97,10 +97,8 @@ logging: springdoc: api-docs: - path: /v3/api-docs # JSON 데이터 경로 enabled: true swagger-ui: - path: /swagger-ui/index.html # UI 접속 경로 enabled: true groups-order: DESC # 그룹 정렬 순서 operations-sorter: method # 메소드 순서대로 정렬