Skip to content

Commit b96199e

Browse files
committed
feat: Добавить префикс c версией api #14
1 parent e552fea commit b96199e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AppClusterService } from './app-cluster.service';
99
import { Logger } from 'nestjs-pino';
1010

1111
async function bootstrap() {
12-
const docGlobalPrefix = 'documentation';
12+
const docGlobalPrefix = 'v1/documentation';
1313

1414
// Init logger
1515
const logger = new NestLogger('Main');

0 commit comments

Comments
 (0)