MayaJS is not a wrapper for ExpressJS or Fastify. We use our own routing library and it has capabilities to use third party middlewares.
50
stars
22
forks
source link
FEAT: Should be able to put parameters anywhere in the URI #67
Open
renzocabarios opened 2 years ago
📝 Description
Is your feature request related to a problem? Please describe. I can't make a controller endpoint proc when the param is not :id
Describe the solution you'd like I should be able to put the anywhere in the uri endpoints and still proc the controller's route
Describe alternatives you've considered I tried putting the parameters in the routing modules
⚙️ Component
routing modules