文档

  const app = await NestFactory.create(AppModule);
  app.setGlobalPrefix('v1'); // http://localhost:5001/test  =>  http://localhost:5001/v1/test

相关文章:

猜你喜欢
相关资源
相似解决方案