This commit is contained in:
2020-12-25 15:15:08 +08:00
parent 19ecee362a
commit 5dc5043525
4 changed files with 837 additions and 841 deletions

2
app.js
View File

@@ -75,7 +75,7 @@ app.use(async (ctx,next)=>{
const bodyParser = require('koa-bodyparser');
app.use(bodyParser());
// console.log(requter())
// console.log(requter().stack)
app.use(requter());
app.listen(3004);
console.log("http://localhost:3004")