Create subfolders in Sails.js /api/controllers
问题 here is my problem: I would like to create some subfolders inside /api/controllers in order to organize my source code. My problem there is that as soon as I create a new folder, blueprint api / routes / actions don't seem to work anymore. From all my tests if I change /api/controller/UserController.js to /api/controller/newpath/UserController.js I can't get the beauty of blueprint working anymore. Is there any way to do that? Thanks Emmanuel 回答1: You can set this up. Its a bit undocumented,