main.ts:
async function bootstrap() { const app = await NestFactory.create(AppModule); app.setGlobalPrefix(\'api\');