mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-05 22:25:48 +08:00
refactor: 数据库授权凭证迁移
This commit is contained in:
@@ -25,8 +25,6 @@ func InitInstanceRouter(router *gin.RouterGroup) {
|
||||
|
||||
req.NewGet(":instanceId", d.GetInstance),
|
||||
|
||||
req.NewGet(":instanceId/pwd", d.GetInstancePwd),
|
||||
|
||||
// 获取数据库实例的所有数据库名
|
||||
req.NewGet(":instanceId/databases", d.GetDatabaseNames),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user