rc-anywhere
Version:
一个简单的Koa静态服务器,支持代理配置
12 lines (11 loc) • 328 B
JSON
{
"posts": [
{ "id": 1, "title": "json-server", "author": "typicode" },
{ "id": 2, "title": "rc-anywhere mock", "author": "chenxigeng" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "great tool!", "postId": 2 }
],
"profile": { "name": "typicode" }
}