guidojw/arora-api

Make all controllers extend inversify-express-utils BaseHttpController

guidojw opened this issue · 0 comments

Reference

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.