This commit is contained in:
mm 2024-10-30 00:23:17 +05:00
parent 25afdcd2e6
commit 3acfca108f

View File

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