gemercheung 2 vuotta sitten
vanhempi
commit
b8100817a9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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文档')