rr1 commited on
Commit
b77c10b
·
verified ·
1 Parent(s): dc8ad39

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -1
index.js CHANGED
@@ -931,4 +931,5 @@ app.use((req, res) => {
931
 
932
 
933
  app.listen(CONFIG.SERVER.PORT, () => {
934
- Logger.info(`服务器已启动,监听端口: ${CONFIG.SERVER.PORT}`, 'Server');
 
 
931
 
932
 
933
  app.listen(CONFIG.SERVER.PORT, () => {
934
+ Logger.info(`服务器已启动,监听端口: ${CONFIG.SERVER.PORT}`, 'Server');
935
+ });