Hi,
I experienced something very strange with model names like coach and person.
Their pluralized forms are coaches and people (try it there) so I tried to create ressources by posting to ``v1/coachesorv1/people` which give me the following response :
{
"code": "OK",
"message": "Operation is successfully executed",
"data": {}
}
Off course, nothing is created, this is not the standard response for ressource creation.
I tried to set pluralize : false and if I ping non pluralized route I get the same response and nothing gets created.
How can I use thoses model names ?
Note that blueprint routes works perfectly in native sails so I guess it comes from the PluralizeHook or other code from this module ?