aichbauer / express-routes-mapper

a small mapper for express routes
MIT License
21 stars 16 forks source link

Fix issue - handler is not a constructor - when using export default … #70

Open gulatichayan opened 2 months ago

gulatichayan commented 2 months ago

…controllerFunc

TypeError: handler is not a constructor observed when using export default controllerFunc;