mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Fix swagger doc and rename references for time db fields
This commit is contained in:
@ -17,7 +17,7 @@ func List(pageInfo model.PageInfo, filters []model.Filter) (entity.ListResponse,
|
||||
var result entity.ListResponse
|
||||
|
||||
defaultSort := model.Sort{
|
||||
Field: "created_on",
|
||||
Field: "created_at",
|
||||
Direction: "ASC",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user