koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.25k stars 3.23k forks source link

How can i get a list of Koa server url routes #1328

Closed fireflyhoo closed 5 years ago

fireflyhoo commented 5 years ago

just like express-list-endpoints https://www.npmjs.com/package/express-list-endpoints

fl0w commented 5 years ago

Koa doesn't include a router like express does. So, if there are any it's probably specific to whichever router you pick for your project. There's no "official" (as in under @koajs org) package that solves your problem.