banatie-service/apps/api-service/src
Oleg Proskurin 20996edd6d refactor: simplify storage path to {org}/{proj}/img/{imageId}
- Remove category from all storage methods
- Change filename to imageId (UUID) across all services
- Update StorageService interface: orgId→orgSlug, projectId→projectSlug
- Update MinioStorageService to use new path format
- Update all route handlers (cdn, images, upload, live, textToImage)
- Update GenerationService and ImageService for new storage keys
- CDN URL format: cdn.banatie.app/{org}/{proj}/img/{imageId}

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 19:47:18 +07:00
..
middleware ts fix 2025-12-14 18:11:20 +07:00
routes refactor: simplify storage path to {org}/{proj}/img/{imageId} 2025-12-27 19:47:18 +07:00
services refactor: simplify storage path to {org}/{proj}/img/{imageId} 2025-12-27 19:47:18 +07:00
types refactor: simplify storage path to {org}/{proj}/img/{imageId} 2025-12-27 19:47:18 +07:00
utils feat: phase 3 part 2 - CDN endpoints with live URL caching system 2025-11-17 22:57:44 +07:00
app.ts feat: phase 3 part 2 - CDN endpoints with live URL caching system 2025-11-17 22:57:44 +07:00
db.ts ts fix 2025-12-14 18:11:20 +07:00
server.ts feat: add gallery 2025-10-12 00:30:16 +07:00