Global prefix
Global prefix
HTTP ์์ฉ ํ๋ก๊ทธ๋จ์ ๋ฑ๋ก๋ ๊ฐ ๋ผ์ฐํธ์ ๋ํ ์ ๋์ฌ๋ฅผ ํ๋ฒ์ ์ค์ ํ๋ ค๋ฉด INestApplication
์ธ์คํด์ค์ setGlobalPrefix()
๋ฉ์๋๋ฅผ ์ฌ์ฉํ ์ ์์ต๋๋ค.
const app = await NestFactory.create(ApplicationModule);
app.setGlobalPrefix('v1');
Last updated
Was this helpful?