Expressの全APIを一覧する
from
Express
#wip
code:ts
app.listen(port, () => {
console.log(app._router.stack);
});
https://efcl.info/2021/04/21/express-router-dependency-graph/
これだけでは無理だった
typera使ってるから?
Swaggerの記述から一覧してもいいかも
mrsekut.icon
https://github.com/VladimirMikulic/route-list
app._router.stack
でできるらしい
https://note.com/shift_tech/n/ne1c160a36aa9