mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +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