2
0
nameczz 4 жил өмнө
parent
commit
0e7cdff703

+ 2 - 2
server/src/app.module.ts

@@ -18,7 +18,7 @@ import { LoggingInterceptor } from './interceptors/index';
 @Module({
   imports: [
     ServeStaticModule.forRoot({
-      rootPath: join(__dirname, '..', 'build'),
+      rootPath: join(__dirname, '../../', 'build'),
       // renderPath: '/', // only root render static html
     }),
     MilvusModule,
@@ -48,4 +48,4 @@ import { LoggingInterceptor } from './interceptors/index';
     UsersService,
   ],
 })
-export class AppModule { }
+export class AppModule {}