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文档')