koajs / cors

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

documentation missing: needs to be used before router #70

Open Ossip opened 4 years ago

Ossip commented 4 years ago

Please add a sentence to the documentation that it needs to be 'used' before the router, thanks!

see: https://stackoverflow.com/questions/44775299/why-cant-koa-router-be-put-before-koa-cors

lmf-git commented 8 months ago

... Thank you.