feat(fc3c): /api/downloads blueprint (list + detail w/ keyset pagination)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 20:44:28 -04:00
parent 95cfdff97d
commit 71e6114f49
3 changed files with 221 additions and 0 deletions
+2
View File
@@ -20,6 +20,7 @@ def all_blueprints() -> list[Blueprint]:
from .artists import artists_bp
from .attachments import attachments_bp
from .credentials import credentials_bp
from .downloads import downloads_bp
from .gallery import gallery_bp
from .import_admin import import_admin_bp
from .ml_admin import ml_admin_bp
@@ -48,4 +49,5 @@ def all_blueprints() -> list[Blueprint]:
sources_bp,
platforms_bp,
credentials_bp,
downloads_bp,
]