quzhichao

Results 1 issues of quzhichao

this my config ```js app.use(convert(require('koa-static')(__dirname + '/public'))) app.use(cors({ origin: function (ctx) { return '*'; }, exposeHeaders: ['WWW-Authenticate', 'Server-Authorization'], maxAge: 5, credentials: true, allowMethods: ['GET', 'POST', 'DELETE'], allowHeaders: ['Content-Type', 'Authorization', 'Accept'],...