This commit is contained in:
@@ -62,7 +62,9 @@ namespace AyaNova.Api.Controllers
|
||||
""mini"":[""widgetname"",""widgetserial""]
|
||||
}
|
||||
";
|
||||
ApiPagedResponse pr = await DataListFetcher.GetResponse(nameof(WidgetDataList), ct, Url, routeName, listOptions, MOCK_WIDGET_DISPLAY_TEMPLATE_JSON, UserId);
|
||||
|
||||
long UserId = UserIdFromContext.Id(HttpContext.Items);
|
||||
ApiPagedResponse pr = await DataListFetcher.GetResponse(nameof(WidgetDataList), ct, Url, nameof(List), listOptions, MOCK_WIDGET_DISPLAY_TEMPLATE_JSON, UserId);
|
||||
|
||||
|
||||
// ApiPagedResponse pr = biz.GetList(Url, nameof(List), listOptions).Result;
|
||||
|
||||
Reference in New Issue
Block a user