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');