|
@@ -60,7 +60,7 @@ public class SwaggerConfigurer {
|
|
|
private ApiInfo apiInfo() {
|
|
|
return new ApiInfoBuilder()
|
|
|
.title(" aipt-service api ")
|
|
|
- .description("aipt-service 微服务")
|
|
|
+ .description("知识库&推理 微服务")
|
|
|
.termsOfServiceUrl("")
|
|
|
.contact(new Contact("diagbot","",""))
|
|
|
.version("1.0")
|