Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ytsy opened this issue Mar 28, 2019 · 1 comment

Comments

@ytsy
Copy link

ytsy commented Mar 28, 2019

RT

@CGerAJ
Copy link

CGerAJ commented Aug 12, 2019

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

自行关闭issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants