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

View File

@@ -14,7 +14,6 @@ import { ConfigModule } from '@nestjs/config';
ServeStaticModule.forRoot(
{
rootPath: join(__dirname, 'assets/client'),
renderPath: '/',
},
{
rootPath: join(__dirname, 'assets/uploads'),