dd
This commit is contained in:
@@ -50,9 +50,9 @@ var (
|
||||
CustomXormDataSQLUri = config.UriPrefix + "/dataManagement/{apiVersion}/{dataStorage}/{dataObject}" // for external
|
||||
|
||||
// 查询数据库连接情况
|
||||
UriDbConnection = config.UriPrefix + "/dataManagement/{apiVersion}/dbConnection"
|
||||
UriDbConnection = config.DefaultUriPrefix + "/dataManagement/{apiVersion}/dbConnection"
|
||||
// 终结非法的数据库连接
|
||||
UriDbStop = config.UriPrefix + "/dataManagement/{apiVersion}/dbStop"
|
||||
UriDbStop = config.DefaultUriPrefix + "/dataManagement/{apiVersion}/dbStop"
|
||||
)
|
||||
|
||||
var xormResponse XormResponse
|
||||
|
||||
Reference in New Issue
Block a user