前缀 1

路由

Nestjs配置全局路由前缀实现接口区分

该文章介绍了如何在NestJS中设置全局路由前缀,以实现接口版本隔离。具体做法是通过`NestFactory.create`创建应用实例,并调用`setGlob ...