Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nest js global endpoint

const app = await NestFactory.create(AppModule);
app.setGlobalPrefix('v1');
//in main.ts
Source by docs.nestjs.com #
 
PREVIOUS NEXT
Tagged: #nest #js #global #endpoint
ADD COMMENT
Topic
Name
5+8 =