diff --git a/app/apis/user.http.json b/app/apis/user.http.json index b63f3fba..25350168 100644 --- a/app/apis/user.http.json +++ b/app/apis/user.http.json @@ -38,6 +38,17 @@ "type": "application/json" } }, + { + "path": "/search", + "method": "GET", + "guard": "-", + "process": "models.user.Paginate", + "in": [":params", "$query.page", "$query.pagesize"], + "out": { + "status": 200, + "type": "application/json" + } + }, { "path": "/info/:id", "method": "GET",