Commit Graph

3 Commits

Author SHA1 Message Date
Viktoria Polyakova
de283d2a93 fix: remove unused ValidationPipe import in main.ts
The ValidationPipe import was commented out and not being used in the code. This commit removes the unused import to clean up the code and avoid potential confusion. The Logger import remains active and is still in use.
2026-01-25 22:06:44 +00:00
Viktoria Polyakova
3bc0bc1833 feat: remove helmet security headers and disable validation pipe
- Remove helmet security middleware and related CSP configuration
- Disable global validation pipe by commenting it out
- Fix type assertion in FieldValueService by removing unnecessary cast
- Changes made to simplify configuration and reduce strict validation during development
2026-01-25 22:06:14 +00:00
Viktoria Polyakova
4fb101c5db Init 2026-01-25 08:57:38 +00:00