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

Commit

Permalink
修复: 删除一段测试环境的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
hhui64 committed Jul 17, 2018
1 parent e8bb1a6 commit 051a230
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const path = require("path");
const ejs = require("ejs");
const fs = require("fs");
const bodyParser = require("body-parser");

var config = require("./config/config.json");

const index = require("./module/index.js");
Expand All @@ -20,8 +21,6 @@ const check = require("./module/check.js");
const reg = require("./module/reg.js");
const api = require("./module/api.js");

const test = require("./module/test.js"); test.test();

(async function(){ // 启动时检测数据表是否存在
let check____ = await check.tableCheck();
}());
Expand Down

0 comments on commit 051a230

Please sign in to comment.