From 9202fb11c65c73f7c32aab9397ebd975d5a30474 Mon Sep 17 00:00:00 2001 From: yoonho Date: Sun, 14 Dec 2025 09:53:17 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EA=B2=BD=EB=A1=9C=20=EC=84=9C?= =?UTF-8?q?=EB=B2=84=20swagger=20path=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 353b8bd..85e3322 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -60,6 +60,13 @@ spring: - Path=/core/api-docs filters: - RewritePath=/core/api-docs, /api-docs + + - id: route-openapi + uri: ${ROUTE_URI:http://example.com} + predicates: + - Path=/route/api-docs + filters: + - RewritePath=/route/api-docs, /api-docs springdoc: api-docs: enabled: true