1 Star 0 Fork 17

lvhaiyan888 / quick-mock

forked from champly / quick-mock 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.json 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
champly 提交于 2017-09-24 21:57 . 构建项目完成基本内容
{
"port":"8080",
"routers":[
{
"name":"/",
"method":"get",
"response":"{'code':200,'data':'this url is /'}"
},
{
"name":"/hello",
"method":"get",
"response":"{'code':200,'data':this url is /hello'}"
}
]
}
Go
1
https://gitee.com/lvhaiyan/quick-mock.git
git@gitee.com:lvhaiyan/quick-mock.git
lvhaiyan
quick-mock
quick-mock
master

搜索帮助