mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Extract API endpoint for moving UI
This commit is contained in:
@ -2175,7 +2175,7 @@ async function saveMovingUI() {
|
||||
};
|
||||
console.log(movingUIPreset);
|
||||
|
||||
const response = await fetch('/savemovingui', {
|
||||
const response = await fetch('/api/moving-ui/save', {
|
||||
method: 'POST',
|
||||
headers: getRequestHeaders(),
|
||||
body: JSON.stringify(movingUIPreset),
|
||||
|
Reference in New Issue
Block a user