janvotava / swagger-koa

Swagger + Koa = {swagger-koa}
https://github.com/cyner/swagger-koa
MIT License
62 stars 17 forks source link

Upgrade to Koa v2 #11

Closed michaeljoseph closed 6 years ago

michaeljoseph commented 6 years ago

I upgraded all out-dated dependencies, adjusted to use the new middleware signature (https://github.com/koajs/koa/blob/master/docs/migration.md) and updated the example app.

Fixes #10.