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