dchester / epilogue

Create flexible REST endpoints and controllers from Sequelize models in your Express app
846 stars 116 forks source link

How to define all API routes to be in a separate group #236

Open mikeerickson opened 5 years ago

mikeerickson commented 5 years ago

I would like to have all endpoints configured with epilogue to require api/vX

Is there a way to define this globally, or must I define each of the endpoints to include this group?