gemercheung hace 2 años
padre
commit
b8100817a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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文档')