This commit is contained in:
mm 2024-10-21 11:02:12 +05:00
parent c259b0f34c
commit 900650ace4

View File

@ -40,8 +40,9 @@ func GetTemplate1(
}
`, backgroundUrl)
script := fmt.Sprintf(`let widgetID = '%v'
let baseUrl = 'http://localhost:8002/api/widget'
script := fmt.Sprintf(`
let widgetID = '%v'
let baseUrl = 'http://92.118.114.148:8002/api/widget'
function delay(ms) {
return new Promise(resolve => setTimeout(resolve, ms));