We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9103b9 commit 7685c2cCopy full SHA for 7685c2c
controllers/features.js
@@ -22,7 +22,7 @@ exports.upsert = function(req, res) {
22
23
exports.getById = function(req, res) {
24
let query = {
25
- id: req.query.id.split(','),
+ id: req.params.id.split(','),
26
include: req.query.include
27
};
28
0 commit comments