Explorar o código

fix client path

nameczz %!s(int64=4) %!d(string=hai) anos
pai
achega
0e7cdff703
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      server/src/app.module.ts

+ 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 {}