ngATL Conference Atlanta, GA

NestJS on 2018 ngATL Conference Atlanta, GA

NestJS 2018 ngATL

LEARN MORE

Global Prefix

To set the prefix for each route in the application, let's use the setGlobalPrefix() method of the INestApplication object.

TypeScript

const app = await NestFactory.create(ApplicationModule);
app.setGlobalPrefix('v1');

Sponsors

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. Thanks!

Become a sponsor