We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b928483 commit d47f2c9Copy full SHA for d47f2c9
src/main/java/com/back/global/config/SpringDocConfig.java
@@ -7,7 +7,7 @@
7
import org.springframework.context.annotation.Configuration;
8
9
@Configuration
10
-@OpenAPIDefinition(info = @Info(title = "Catfe API Server", version = "beta", description = "Catfe API 문서입니다."))
+@OpenAPIDefinition(info = @Info(title = "Catfe API 서버", version = "beta", description = "Catfe API 문서입니다."))
11
public class SpringDocConfig {
12
13
// API 버전별 그룹화
0 commit comments