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