Closed hailiang-wang closed 9 years ago
support pages require auth for admin, dave can only retrieve his own apps for root, peter can retrieve all apps
@lymanlai
After reading the codes, I think a refactor with the query related codes.
First, if GET /api/apps?page=10&limit=100
, page=10 and limit=100 also pass into the query, not only the option.
The query string passed into paginate should have better format.
Description