Reformat code

This commit is contained in:
2023-10-07 02:54:04 +08:00
parent e085005f73
commit 3b8069322a
2 changed files with 3 additions and 5 deletions

View File

@@ -16,8 +16,8 @@ class SwaggerConfig {
return OpenAPI().info(
Info().title("FatWeb API 文档").description("FatWeb 后端 API 文档,包含各个 Controller 调用信息")
.contact(contact).version(
ServerConstants.version
)
ServerConstants.version
)
)
}
}