This commit is contained in:
2024-08-07 08:57:56 +03:00
parent 1d4fa4b977
commit 60a56fd098
27 changed files with 40 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ from starlette.responses import JSONResponse
from orm.author import Author
from resolvers.stat import get_with_stat
from services.cache import cache_author
from cache.cache import cache_author
from services.db import local_session