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