[Swagger 설정 업데이트] 기본 미디어 타입을 application/json으로 설정하여 Swagger API 문서의 응답 및 요청 형식을 표준화
This commit is contained in:
		@@ -61,4 +61,6 @@ springdoc.swagger-ui.operationsSorter=method
 | 
				
			|||||||
springdoc.swagger-ui.tagsSorter=alpha
 | 
					springdoc.swagger-ui.tagsSorter=alpha
 | 
				
			||||||
springdoc.swagger-ui.doc-expansion=none
 | 
					springdoc.swagger-ui.doc-expansion=none
 | 
				
			||||||
springdoc.swagger-ui.disable-swagger-default-url=true
 | 
					springdoc.swagger-ui.disable-swagger-default-url=true
 | 
				
			||||||
 | 
					springdoc.default-produces-media-type=application/json
 | 
				
			||||||
 | 
					springdoc.default-consumes-media-type=application/json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user