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:
@@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user