mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Skill issue
This commit is contained in:
@@ -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',
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user