ComfyUI/api_server
cest-la-v 70eb6f5a0b fix(files-api): make GET /files/{directory_type} recursive
Replace os.scandir (top-level only) with os.walk so nested subfolders
are included. Returns relative paths (e.g. '2025-01/foo.png') which the
frontend's getMediaUrl already handles via subfolder param splitting.

Hidden files and hidden directories (starting with '.') are pruned.
Applies to all three directory types: input, output, temp.
2026-04-26 19:38:40 +08:00
..
routes fix(files-api): make GET /files/{directory_type} recursive 2026-04-26 19:38:40 +08:00
services Remove unused GET /files API endpoint (#6714) 2025-02-05 18:48:36 -05:00
utils Fix and enforce new lines at the end of files. 2024-12-30 04:14:59 -05:00
__init__.py Add GET /internal/files. (#4295) 2024-08-21 01:25:06 -04:00