This commit is contained in:
mm 2024-10-30 02:10:00 +05:00
parent ab52c5227e
commit b0ce110a3b

View File

@ -41,8 +41,8 @@ func GetTemplate1(
`, backgroundUrl)
script := fmt.Sprintf(`
let widgetUrl = 'http://147.45.237.174:8002/api/widget'
let ttsUrl = 'http://147.45.237.174:8005/api/tts'
let widgetUrl = 'http://147.45.237.174/api/widget'
let ttsUrl = 'http://147.45.237.174/api/tts'
async function getDonatInfo(streamerID) {
let response = await fetch(widgetUrl + '/donat/get/' + String(streamerID));