7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
let index = async (ctx,next)=>{
|
|
ctx.body = ""
|
|
}
|
|
|
|
module.exports = {
|
|
"GET /":index
|
|
} |