Skip to content

Commit 9c6833f

Browse files
authored
Merge pull request dataease#4511 from dataease/pr@dev@refactor_api-doc
refactor: Api文档整理
2 parents 34c4785 + 44978fa commit 9c6833f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/main/java/io/dataease/plugins/server/XAuthServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ private String getAuthCacheKey(XpackSysAuthRequest request) {
162162
}
163163

164164
@GetMapping("/getDatasourceTypes")
165+
@ApiOperation("查询授权的数据类型")
165166
public List<DatasourceBaseType> getDatasourceTypes() {
166167
Collection<DataSourceType> activeType = datasourceService.types();
167168
Map<String, String> activeTypeMap = activeType.stream().collect(Collectors.toMap(DataSourceType::getType, DataSourceType::getName));

0 commit comments

Comments
 (0)