From a4e89c21bc58b618c7fe5cf3ba53fbffe6e56d3c Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Thu, 31 Oct 2019 15:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- bin/mongodb.js | 0 router.js => bin/router.js | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bin/mongodb.js rename router.js => bin/router.js (100%) diff --git a/app.js b/app.js index 80d57ec..b63900e 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,5 @@ const Koa = require("koa"); -const requter = require("./router.js"); +const requter = require("./bin/router.js"); // console.log(requter) // import requter from "./bin/router" const app = new Koa(); diff --git a/bin/mongodb.js b/bin/mongodb.js new file mode 100644 index 0000000..e69de29 diff --git a/router.js b/bin/router.js similarity index 100% rename from router.js rename to bin/router.js