This commit is contained in:
harold 2025-04-20 15:56:59 +05:00
parent 29ccebe77a
commit 9f982cad5a

View File

@ -121,7 +121,7 @@ func (widgetService *ServiceWidget) GetWidgetsByStreamer(
} }
var allWidgets model.AllWidgets var allWidgets model.AllWidgets
allWidgets.UrlWidget = widgetService.baseUrl + "/api/widget/get-widget-html/" + urlWidget.String() allWidgets.UrlWidget = "https://" + widgetService.baseUrl + "/api/widget/get-widget-html/" + urlWidget.String()
allWidgets.Widgets = result allWidgets.Widgets = result
return allWidgets, nil return allWidgets, nil