Closed yoonasy closed 5 years ago
GMT koa deprecated Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md at server\index.js:6:5
app.use(cors())
you should use @koa/cors
@koa/cors
@dead-horse thank you
thank you, @dead-horse!
GMT koa deprecated Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md at server\index.js:6:5
app.use(cors())