ComfyUI/app/assets/api
Luke Mino-Altherr bae187356e refactor(assets): API routes call services directly, extract upload handling
- Refactor routes.py to call service functions directly (no manager layer)
- Extract multipart upload parsing into upload.py
- Update API schemas
- Fix path traversal validation to return 400 instead of 500
- Rename test_tags.py to test_tags_api.py
- Update existing API-level tests
2026-02-24 12:02:15 -08:00
..
routes.py refactor(assets): API routes call services directly, extract upload handling 2026-02-24 12:02:15 -08:00
schemas_in.py refactor(assets): API routes call services directly, extract upload handling 2026-02-24 12:02:15 -08:00
schemas_out.py refactor(assets): API routes call services directly, extract upload handling 2026-02-24 12:02:15 -08:00
upload.py refactor(assets): API routes call services directly, extract upload handling 2026-02-24 12:02:15 -08:00