From bfa93dc35cf40cc27ddcefc9cc084bca629cf2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B1=84=EC=A7=80=EC=9B=90?= Date: Fri, 16 May 2025 01:18:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20test=20=ED=99=98=EA=B2=BD=EC=97=90?= =?UTF-8?q?=EC=84=9C=20swagger=20try=20it=20out=20=EB=B9=84=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/src/main/resources/application-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apiserver/controller/src/main/resources/application-test.yml b/apiserver/controller/src/main/resources/application-test.yml index 06fc7b30..c7632449 100644 --- a/apiserver/controller/src/main/resources/application-test.yml +++ b/apiserver/controller/src/main/resources/application-test.yml @@ -66,7 +66,9 @@ file: cache: keys: children-regions-prefix: ${CACHE_KEY_CHILDREN_REGIONS_PREFIX} - kakao: api: - key: ${KAKAO_API_KEY} \ No newline at end of file + key: ${KAKAO_API_KEY} +springdoc: + swagger-ui: + supportedSubmitMethods: [] \ No newline at end of file