koajs / cors

Cross-Origin Resource Sharing(CORS) for koa
Other
732 stars 80 forks source link

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 #58

Closed yoonasy closed 5 years ago

yoonasy commented 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())

dead-horse commented 5 years ago

you should use @koa/cors

yoonasy commented 5 years ago

@dead-horse thank you

dionisoros commented 5 years ago

thank you, @dead-horse!