Global prefix
To set a prefix for every route registered in an HTTP application, use the setGlobalPrefix() method of the INestApplication instance.
const app = await NestFactory.create(AppModule);
app.setGlobalPrefix('v1');Nest is an MIT-licensed open source project. It can grow thanks to the support by these awesome people. If you'd like to join them, please read more here.