This is in reference to fortunejs/fortune#311
I can see in the readme and in #12 that I could turn off all type inflection by using something like this
It is possible to turn off inflectType for only for only faculty. My actual system error is from a POST /api/support:
Fri, 01 Feb 2019 18:22:44 GMT finalhandler default 409
Fri, 01 Feb 2019 18:22:44 GMT finalhandler cannot 409 after headers sent
ConflictError: Data object field "type" is invalid, it must be "faculties", not "faculty".
Hello,
This is in reference to fortunejs/fortune#311 I can see in the readme and in #12 that I could turn off all type inflection by using something like this
It is possible to turn off inflectType for only for only faculty. My actual system error is from a
POST /api/support
: