This commit is contained in:
zjt 2024-05-30 12:21:55 +08:00
parent 1495fae433
commit 36d93e8413

View File

@ -5,7 +5,7 @@ import InitHandler from "./routers/handler";
import catchError from "./utils/catchError";
// 使用路由
const app = new Koa();
app.use(catchError);
// app.use(catchError());
app.use(bodyParser());