This commit is contained in:
2018-11-30 18:56:30 +00:00
parent c886fa8815
commit 793695942e
3 changed files with 32 additions and 19 deletions

View File

@@ -100,7 +100,7 @@ namespace AyaNova.Api.Controllers
return Ok(new
{
data = biz.FilterOptions
data = WidgetBiz.FilterOptions(biz.UserLocaleId)
});
}