Commit 72efc104 authored by andreagerino's avatar andreagerino

Adding sonifications endpoint

parent 0b64210f
...@@ -309,6 +309,7 @@ router.get('/sonifications/bylevel', function(req, res, next) { ...@@ -309,6 +309,7 @@ router.get('/sonifications/bylevel', function(req, res, next) {
$match: { $match: {
"appdata.appname" : "Invisible Puzzle", "appdata.appname" : "Invisible Puzzle",
"userdata.event" : "exploration", "userdata.event" : "exploration",
"appdata.voiceover": true,
"debug" : false "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