aichbauer / express-routes-mapper

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

Naming convention for controllers #8

Closed Fabian-Fynn closed 7 years ago

Fabian-Fynn commented 7 years ago

Dot separated controller file names won't work

'POST /user': 'user.controller.create'

Cannot find module '.../app/controllers/user'

As you can see the mapper does not understand