add fix
This commit is contained in:
parent
29ccebe77a
commit
9f982cad5a
@ -121,7 +121,7 @@ func (widgetService *ServiceWidget) GetWidgetsByStreamer(
|
||||
}
|
||||
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
|
||||
|
||||
return allWidgets, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user