fix(view): fix index pages api resolving

This commit is contained in:
2026-07-02 01:30:35 +03:00
parent 1d13f6e05d
commit 4fdb7e9717
4 changed files with 24 additions and 16 deletions

View File

@@ -4,6 +4,6 @@ cd "$(dirname $(dirname "$0"))" || exit
TARGET="gallery"
poetry run pylint $TARGET
poetry run pylint $TARGET -sn
poetry run isort $TARGET --check-only
poetry run black $TARGET -q --check --diff