gemercheung пре 2 година
родитељ
комит
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文档')