Change hikes order
This commit is contained in:
@@ -11,7 +11,7 @@ export default function hikesService(app) {
|
||||
read: (req, resource, params, config, cb) => {
|
||||
const query = {
|
||||
where: { challengeType: '6' },
|
||||
order: 'difficulty ASC'
|
||||
order: 'suborder ASC'
|
||||
};
|
||||
|
||||
debug('params', params);
|
||||
|
Reference in New Issue
Block a user