mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-06-06 11:29:44 +08:00
♻️ 调整utils引用
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const { readSSHRecord, writeSSHRecord, readHostList, writeHostList, RSADecryptSync, AESEncryptSync, AESDecryptSync } = require('../utils')
|
||||
const { readSSHRecord, writeSSHRecord, readHostList, writeHostList } = require('../utils/storage')
|
||||
const { RSADecryptSync, AESEncryptSync, AESDecryptSync } = require('../utils/encrypt')
|
||||
|
||||
async function getSSHList({ res }) {
|
||||
// console.log('get-host-list')
|
||||
|
||||
Reference in New Issue
Block a user