gemercheung 2 лет назад
Родитель
Сommit
b8100817a9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -43,7 +43,7 @@ async function bootstrap() {
   app.useWebSocketAdapter(redisIoAdapter);
   app.useGlobalInterceptors(new TransformInterceptor());
   app.useGlobalFilters(new HttpExceptionFilter());
-  app.setGlobalPrefix('daikan');
+  app.setGlobalPrefix('service');
   const config = new DocumentBuilder()
     .setTitle('带看socket API')
     .setDescription('带看api文档')