From 242bbee7f2974c6d845428627638739c343ccf60 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 24 Feb 2020 12:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BAget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/index.js b/controllers/index.js index 25a10e0..b3c56d8 100644 --- a/controllers/index.js +++ b/controllers/index.js @@ -4,5 +4,5 @@ let index = async (ctx,next)=>{ next() } module.exports = { - "POST /":index + "GET /":index } \ No newline at end of file