This commit is contained in:
2025-12-23 01:20:00 +03:00
parent 339ff7bf61
commit 4c0d0ed2dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ async function saveSchedulerSettings() {
// Обновление списка сотрудников
async function refreshUsersList() {
try {
const response = await fetch('/api/birthdate?action=update', {
const response = await fetch('/api/birthdate', {
method: 'PATCH'
});