mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
start api => listen api
This commit is contained in:
@@ -10,7 +10,7 @@ if (processArgs.startProcess) {
|
||||
module.start();
|
||||
}
|
||||
|
||||
if (processArgs.startApi) {
|
||||
if (processArgs.listenApi) {
|
||||
const main = require('./main');
|
||||
main.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user