Update index.js
Browse files
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 |
+
});
|