From 00f138d4aa9f17715022fd2e5b111887f5a6590f Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 24 Feb 2020 11:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/index.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 controllers/index.js diff --git a/controllers/index.js b/controllers/index.js new file mode 100644 index 0000000..2cf9dc0 --- /dev/null +++ b/controllers/index.js @@ -0,0 +1,7 @@ +let index = async (ctx,next)=>{ + ctx.body = "" +} + +module.exports = { + "GET /":index +} \ No newline at end of file