axa-group / bauta.js

Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.
Other
42 stars 3 forks source link

investigate if route-order dependency is needed #68

Closed franher closed 1 year ago

franher commented 1 year ago

We use https://github.com/sfrdmn/node-route-order in @axa/bautajs-fastify and @axa/bautajs-express, and this module is not updated for 8 years. We want to find out if it's needed on @axa/bautajs-fastify, and if not, delete the usage there.

In the case of @axa/bautajs-express, it seems it is needed; therefore, a possible action would be to create this same behaviour inside @axa/bautajs-express directly on TS.

Xavier-Redondo commented 1 year ago

Fixed and closed in pr https://github.com/axa-group/bauta.js/pull/69