Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 051a230

Browse files
authored
修复: 删除一段测试环境的代码
1 parent e8bb1a6 commit 051a230

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const path = require("path");
1212
const ejs = require("ejs");
1313
const fs = require("fs");
1414
const bodyParser = require("body-parser");
15+
1516
var config = require("./config/config.json");
1617

1718
const index = require("./module/index.js");
@@ -20,8 +21,6 @@ const check = require("./module/check.js");
2021
const reg = require("./module/reg.js");
2122
const api = require("./module/api.js");
2223

23-
const test = require("./module/test.js"); test.test();
24-
2524
(async function(){ // 启动时检测数据表是否存在
2625
let check____ = await check.tableCheck();
2726
}());

0 commit comments

Comments
 (0)