We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e552fea commit b96199eCopy full SHA for b96199e
src/main.ts
@@ -9,7 +9,7 @@ import { AppClusterService } from './app-cluster.service';
9
import { Logger } from 'nestjs-pino';
10
11
async function bootstrap() {
12
- const docGlobalPrefix = 'documentation';
+ const docGlobalPrefix = 'v1/documentation';
13
14
// Init logger
15
const logger = new NestLogger('Main');
0 commit comments