работа с публикацией

This commit is contained in:
2025-12-20 12:19:33 +03:00
parent e83647042f
commit b1e99277d1
16 changed files with 1344 additions and 165 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ async function saveVkSettings() {
}
try {
const response = await fetch('/settings/vk', {
const response = await fetch('/api/vk', {
method: 'POST',
headers: {
'Content-Type': 'application/json'