eros-publish icon indicating copy to clipboard operation
eros-publish copied to clipboard

在express内设置check/add和list接口都是get请求,文档上写的是post请求,脚手架发送的也是get请求

Open ytsy opened this issue 5 years ago • 1 comments

RT

ytsy avatar Mar 28 '19 10:03 ytsy

router.post("/app/add", Controllers.app.add);
router.get("/app/list", Controllers.app.list);
router.get("/app/check", Controllers.app.check);

自行关闭issue

CGerAJ avatar Aug 12 '19 13:08 CGerAJ