Rename usages

This commit is contained in:
anomny
2025-11-05 19:26:30 +01:00
parent 9b94aaea56
commit 22cb944417
3 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@
try {
const response = await fetch(url, {
method: 'GET',
method: 'DELETE',
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'

View File

@@ -126,7 +126,7 @@
try {
const response = await fetch(url, {
method: 'GET',
method: 'DELETE',
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json'