add endpoint authors
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user