ваше сообщение коммита

This commit is contained in:
2025-07-09 01:18:58 +03:00
parent c18b674364
commit 81dced1f11
54 changed files with 15732 additions and 214 deletions

View File

@@ -127,7 +127,7 @@ async function submitImport() {
return obj;
});
try {
const resp = await fetch('/api/users/import', {
const resp = await fetch('/users/import', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(contacts)