This commit is contained in:
2025-08-29 15:10:30 +03:00
parent f0d029e4d3
commit db42c9f140
2 changed files with 277 additions and 84 deletions
+277 -83
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -14,7 +14,6 @@ import { ConfigModule } from '@nestjs/config';
ServeStaticModule.forRoot( ServeStaticModule.forRoot(
{ {
rootPath: join(__dirname, 'assets/client'), rootPath: join(__dirname, 'assets/client'),
renderPath: '/',
}, },
{ {
rootPath: join(__dirname, 'assets/uploads'), rootPath: join(__dirname, 'assets/uploads'),