const { GET } = require('../service/server'); GET('/', async ctx => { ctx.body = {}; });