diff --git a/internal/model/widget-templates.go b/internal/model/widget-templates.go index a02df77..8041668 100644 --- a/internal/model/widget-templates.go +++ b/internal/model/widget-templates.go @@ -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);