Commit c73328ae authored by andreagerino's avatar andreagerino

Editing hp endpoints to return only VO explorations

parent 72efc104
......@@ -194,6 +194,7 @@ router.get('/explorations/hp', function(req, res, next) {
$match: {
"appdata.appname" : "Invisible Puzzle",
"userdata.event" : "exploration",
"appdata.voiceover": true,
"debug" : false
}
},
......@@ -243,6 +244,7 @@ router.get('/explorations/hpbylevel', function(req, res, next) {
$match: {
"appdata.appname" : "Invisible Puzzle",
"userdata.event" : "exploration",
"appdata.voiceover": true,
"debug" : false
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment