Merge branch 'release' of https://github.com/SillyTavern/SillyTavern into release

00b44071a611a7e684eb56e12950d4969b5261b3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
src/endpoints/content-manager.js+1 -1
@@ -420,7 +420,7 @@ async function downloadJannyCharacter(uuid) {
420 // This endpoint is being guarded behind Bot Fight Mode of Cloudflare420 // This endpoint is being guarded behind Bot Fight Mode of Cloudflare
421 // So hosted ST on Azure/AWS/GCP/Collab might get blocked by IP421 // So hosted ST on Azure/AWS/GCP/Collab might get blocked by IP
422 // Should work normally on self-host PC/Android422 // Should work normally on self-host PC/Android
423 const result = await fetch('https://api.janitorai.me/api/v1/download', {423 const result = await fetch('https://api.jannyai.com/api/v1/download', {
424 method: 'POST',424 method: 'POST',
425 headers: { 'Content-Type': 'application/json' },425 headers: { 'Content-Type': 'application/json' },
426 body: JSON.stringify({426 body: JSON.stringify({