Feat: 新增显示备注

This commit is contained in:
Suwings 2022-07-18 22:02:10 +08:00
parent ff5d98122f
commit 9010f29b2b

View File

@ -104,6 +104,7 @@ router.get("/remote_services", permission({ level: 10 }), async (ctx) => {
ip: remoteService.config.ip,
port: remoteService.config.port,
available: remoteService.available,
remarks: remoteService.config.remarks,
instances: instancesInfo
});
}