Skip to content

Commit cc4124d

Browse files
committed
move to v6
1 parent 53e0ffa commit cc4124d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ async function bootstrap() {
1717
// Create logger instance for application bootstrap
1818
const logger = LoggerService.forRoot('Bootstrap');
1919

20-
// Global prefix for all routes in production is configured as `/v5/review`
20+
// Global prefix for all routes in production is configured as `/v6/review`
2121
if (process.env.NODE_ENV === 'production') {
22-
app.setGlobalPrefix('/v5/review');
23-
logger.log('Setting global prefix to /v5/review in production mode');
22+
app.setGlobalPrefix('/v6/review');
23+
logger.log('Setting global prefix to /v6/review in production mode');
2424
}
2525

2626
// CORS related settings

0 commit comments

Comments
 (0)