mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Fix schema responses not matching tests
This commit is contained in:
@ -46,7 +46,7 @@ func List(pageInfo model.PageInfo, filters []model.Filter, expand []string) (ent
|
||||
Total: totalRows,
|
||||
Limit: pageInfo.Limit,
|
||||
Offset: pageInfo.Offset,
|
||||
Sort: pageInfo.Sort,
|
||||
Sort: pageInfo.GetSort(defaultSort),
|
||||
Filter: filters,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user