diff --git a/apiserver/controller/src/main/resources/application-test.yml b/apiserver/controller/src/main/resources/application-test.yml index c7632449..c9973a72 100644 --- a/apiserver/controller/src/main/resources/application-test.yml +++ b/apiserver/controller/src/main/resources/application-test.yml @@ -71,4 +71,5 @@ kakao: key: ${KAKAO_API_KEY} springdoc: swagger-ui: - supportedSubmitMethods: [] \ No newline at end of file + try-it-out-enabled: false + supported-submit-methods: [] \ No newline at end of file