标签: sails.js
该模型的创建类似于Table01和Lift http://localhost:1337/Table01->显示所有记录 然后 设置蓝图的前缀'/ api / v2' http://localhost:1337/Table01-> 404(规范) http://localhost:1337/api/v2/Table01->不显示记录->仅[]输出
我们该怎么办? 谢谢 盖布