404 handler for express not working properly

后端 未结 0 728
一整个雨季
一整个雨季 2021-01-21 08:54

I have the following code:

function respondV1(_req: Request, _res: Response, next: NextFunction) {
  app.use(\'/api\', v1Router);
  next();
}

app.use(expressLogg         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题