beta 2.2
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user