fc3e: /api/posts blueprint — list (with cursor + filters) + detail

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-21 18:55:18 -04:00
parent 5925ebe1f1
commit 266137e3d0
3 changed files with 190 additions and 0 deletions
+2
View File
@@ -25,6 +25,7 @@ def all_blueprints() -> list[Blueprint]:
from .import_admin import import_admin_bp
from .ml_admin import ml_admin_bp
from .platforms import platforms_bp
from .posts import posts_bp
from .provenance import provenance_bp
from .settings import settings_bp
from .showcase import showcase_bp
@@ -48,6 +49,7 @@ def all_blueprints() -> list[Blueprint]:
ml_admin_bp,
sources_bp,
platforms_bp,
posts_bp,
credentials_bp,
downloads_bp,
]