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

This commit is contained in:
2025-11-01 19:32:50 +03:00
parent e28848146d
commit 06f31825f3
13 changed files with 784 additions and 139 deletions

View File

@@ -70,7 +70,7 @@ export const connectWallet = async () => {
const docsResponse = await axios.get('/consent/documents');
if (docsResponse.data && docsResponse.data.length > 0) {
docsResponse.data.forEach(doc => {
resources.push(`${window.location.origin}/content/published/${doc.id}`);
resources.push(`${window.location.origin}/public/page/${doc.id}`);
});
}
} catch (error) {