feat: новая функция

This commit is contained in:
2025-11-06 16:24:50 +03:00
parent b3620b264b
commit 714a3f55c7
34 changed files with 5436 additions and 2433 deletions

View File

@@ -194,7 +194,7 @@ router.post('/verify', async (req, res) => {
// Добавляем ссылки на документы в resources
documents.forEach(doc => {
resources.push(`${origin}/public/page/${doc.id}`);
resources.push(`${origin}/content/published/${doc.id}`);
});
}