Make all controllers extend inversify-express-utils BaseHttpController
guidojw opened this issue · 0 comments
guidojw commented
Already done this partially for the UserController before because of the bug where if you return a number in a controller method, it thinks that's the HTTP status code it should return.
According to the inversify-express-utils
docs, doing this should make the controllers more easily testable.