feat(fc2c-i): artist overview + paged images endpoints

This commit is contained in:
2026-05-15 15:52:02 -04:00
parent 8484cb9aaa
commit e43c2a0dd0
5 changed files with 352 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@ api_bp.add_url_rule("/health", view_func=health.get_health, methods=["GET"])
def all_blueprints() -> list[Blueprint]:
from .aliases import aliases_bp
from .allowlist import allowlist_bp
from .artist import artist_bp
from .gallery import gallery_bp
from .import_admin import import_admin_bp
from .ml_admin import ml_admin_bp
@@ -27,6 +28,7 @@ def all_blueprints() -> list[Blueprint]:
api_bp,
gallery_bp,
tags_bp,
artist_bp,
showcase_bp,
settings_bp,
import_admin_bp,