iconsulting/packages/services/evolution-service/src
hailin ed5dc49b4a fix(audit): reorder routes to fix NestJS route collision
Move specific routes (logs/actions, logs/entity-types) before
parameterized route (logs/:id) to prevent NestJS from matching
'actions' and 'entity-types' as UUID parameters.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 08:40:56 -08:00
..
adapters fix(evolution): correct knowledge-service port from 3005 to 3003 2026-01-25 08:24:57 -08:00
admin refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
analytics fix(audit): reorder routes to fix NestJS route collision 2026-01-25 08:40:56 -08:00
application refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
domain refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
evolution refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
health fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
infrastructure refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
app.module.ts feat(analytics): implement statistics, financial reports, and audit logging 2026-01-25 08:01:39 -08:00
main.ts fix(health): exclude /health endpoint from API prefix 2026-01-10 02:30:24 -08:00