add endpoint authors

This commit is contained in:
Profile Profile
2026-03-02 23:10:31 +03:00
parent 7739647549
commit e5af3fcfd6
7 changed files with 525 additions and 103 deletions

View File

@@ -398,6 +398,8 @@ export async function getPostsByTag(slug, first = 14, after = null) {
//последние новости (кэшированная версия)
export async function getLatestAnews(count = 12): Promise<AnewsPost[]> {
const cacheKey = `latest-anews:${count}`;