mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@ -197,7 +197,6 @@ async function doExtrasFetch(endpoint, args) {
|
|||||||
}
|
}
|
||||||
Object.assign(args.headers, {
|
Object.assign(args.headers, {
|
||||||
'Authorization': `Bearer ${extension_settings.apiKey}`,
|
'Authorization': `Bearer ${extension_settings.apiKey}`,
|
||||||
'Bypass-Tunnel-Reminder': 'bypass'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const response = await fetch(endpoint, args);
|
const response = await fetch(endpoint, args);
|
||||||
|
Reference in New Issue
Block a user