From 3acfca108f4a876f39b3b8690853e66f815fc9ae Mon Sep 17 00:00:00 2001 From: mm Date: Wed, 30 Oct 2024 00:23:17 +0500 Subject: [PATCH] dev --- internal/model/widget-templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);