想要获取json-server的服务接口

D:workspacexxxconfigindex.js

proxyTable: {
'/api/': 'http://localhost:3000'
},
这部分忽略掉。。
jsonApiServer.use('api', jsonApiRouter)
控制台调试 node D:workspacexxxuilddev-server.js


https://github.com/typicode/json-server