Skill issue

This commit is contained in:
Cohee
2025-04-09 19:57:07 +03:00
parent e9178e52eb
commit 471004b828

View File

@@ -507,7 +507,7 @@ async function uploadBackground(formData) {
const response = await fetch('/api/backgrounds/upload', { const response = await fetch('/api/backgrounds/upload', {
method: 'POST', method: 'POST',
headers: getRequestHeaders(), headers: headers,
body: formData, body: formData,
cache: 'no-cache', cache: 'no-cache',
}); });